#include using namespace std; int main(){ int S; cin >> S; cout << "Hello World!" << '\n'; }