#include using namespace std; #define ll long long #define endl "\n" int main() { string S; cin >> S; cout << "Hello World!" << endl; return 0; }