#34202:


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

學校 : 臺北市私立延平高級中學
編號 : 197046
來源 : [58.114.218.27]
最後登入時間 :
2024-11-10 22:41:01
a001. 哈囉 -- Brian Kernighan | From: [101.137.58.200] | 發表日期 : 2023-03-05 20:35

解答:

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

 
ZeroJudge Forum