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