#include<iostream>//头文件
using namespace std;
int main()/*主函数,程序的入口,有且仅有一个*/
{
cout << "世界你好"<<endl ;
system("pause");
return 0;
}
#include<iostream>//头文件
using namespace std;
int main()/*主函数,程序的入口,有且仅有一个*/
{
cout << "世界你好"<<endl ;
system("pause");
return 0;
}