#include using namespace std; int main() { string str; cin >> str; if(str == "yukicoder") { cout << "Hello World!" << endl; } else if(str == "96") { cout << "4560" << endl; } return 0; }