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