#include using namespace std; int main() { int a; cout << "Hello, World!" << endl; return 0; }