#45768: c++ AC


yp11351170@yphs.tp.edu.tw (702-37謝博宇)

學校 : 臺北市私立延平高級中學
編號 : 301675
來源 : [203.72.178.1]
最後登入時間 :
2025-05-08 11:16:33
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2025-04-10 11:38

#include <iostream>
using namespace std;
int main() {
    string n;
    cin >> n;
    cout << "hello, " << n;
}

 
ZeroJudge Forum