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