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