#include using namespace std; int main() { std::cout << "Hello World!\n" << '\n'; return 0; }