#include #include using namespace std; int main() { string s; cin >> s; string ans = "Hello World!"; cout << ans << endl; return 0; }