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