提交时间:2020-07-16 10:46:22

运行 ID: 1741

#include(iostream)//头文件 using namespace std;//名字空间 int main()//主函数 { cout<<"Hello,world!"; return0;//函数返回值 }