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