#37772: 非常難


yp11251185@yphs.tp.edu.tw (701-30)

學校 : 臺北市私立延平高級中學
編號 : 239189
來源 : [203.72.178.1]
最後登入時間 :
2024-05-03 16:07:23
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.3] | 發表日期 : 2023-10-06 13:40

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

 
ZeroJudge Forum