提交时间:2025-07-07 21:34:04

运行 ID: 328986

#include<iostream> using namespace std; int main() { cout<<"Hello,my friend."<<endl; cout<<"Let us learn computer programming!"; return 0; }