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