1.hello world
2020-12-06 本文已影响0人
lxr_
#include<iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
system("pause");//按任意键继续
return 0;
}
#include<iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
system("pause");//按任意键继续
return 0;
}