#include using namespace std; int main() { cout << "HELLO, WORLD \n"; string x; cin >> x; cout << &x; endl; return 0; }