#include using namespace std; int main() { char s[20]; cin >> s; cout << "Hello, World!" << "\n"; return 0; }