提交时间:2026-04-25 16:02:20
运行 ID: 437803
#include <iostream> using namespace std; int main(){ cout<<"Hello,my friend."<<endl; cout<<"Let us learn computer programming!"; return 0; }