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