#include using namespace std; int main(void){ string input; cin >> input; cout << "Hello World!" << endl; return 0; }