// हर हर महादेव #include using namespace std; int main(){ ios::sync_with_stdio(false);cin.tie(0); string s; cin >> s; cout << "Hello World!"; return 0; }