#38079:


110163@vtsh.tc.edu.tw (黃冠綸)

學校 : 不指定學校
編號 : 212677
來源 : [125.231.137.95]
最後登入時間 :
2024-05-13 13:41:41
a001. 哈囉 -- Brian Kernighan | From: [61.224.134.88] | 發表日期 : 2023-10-24 08:26

#include <iostream>

using namespace std;

int main()
{
    string n;
    cin >> n;
    cout << "hello, " << n << endl;
    return 0;
}

 
ZeroJudge Forum