#include using namespace std; signed main(){ string s; cin>>s; cout << "Hello World!" << endl; }