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