#include<iostream>
using namespace std;
int main()
{
cout << "Hello! C++...>>" << endl;
system("pause");
return 0;
}