提交时间:2025-09-20 09:55:47
运行 ID: 350044
#include<iostream> using namespace std; int main(){ cout<<"Hello,my friend." <<endl; cout<<"Let us learn computer programming!" <<endl; return 0; }