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