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