#include using namespace std; int main() { char s; cin >> s; cout << "HelloWorld!\n"; return 0; }