#include #include int main() { std::string s, answer = "Hello World!"; std::cin >> s; std::cout << answer << std::endl; }