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