#include #define INF 1000000007 #define LINF 1000000000000000007 using namespace std; typedef long long Int; typedef pair P; int main(){ string s; cin >> s; cout << "Hello World!" << endl; return 0; }