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