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