#include<iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;//输出"hello world!"
system("pause");
return 0;
}
#include<iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;//输出"hello world!"
system("pause");
return 0;
}