#34202: _C++


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

學校 : 臺北市私立延平高級中學
編號 : 197046
來源 : [203.72.178.2]
最後登入時間 :
2025-06-09 14:20:53

解答:

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