#include using namespace std; int main(){ char x[19]; cin >> x; cout << "Hello World!!" << endl; return 0; }