![]() |
#2
wp2319572016-11-04 15:19
|
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello the world"<<endl;
system("pause");
return 0;
}
这个程序中命名空间是什么?每一句的用法和意义是什么?解释一下
int main(),int,main,#,std,cout,endl,system(“pause”),return o
这些代表什么及是什么含义?
谢谢你的解答