#34202: _C++


yp11151172@yphs.tp.edu.tw (907-37陸思同)


解答:

#include <bits/stdc++.h>
using namespace std;
int main(){ 
    string n;
    cin >> n;
    cout << "hello, " << n << '\n';
}