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