using namespace std;
int main()
{
cout << "Hello, world!" << endl;
system("pause"
return 0;
}