#34343: easy


yp11151151@yphs.tp.edu.tw (908-37陳祈佑)

學校 : 臺北市私立延平高級中學
編號 : 197204
來源 : [203.72.178.2]
最後登入時間 :
2024-10-28 10:28:39
a001. 哈囉 -- Brian Kernighan | From: [203.204.17.80] | 發表日期 : 2023-03-12 17:33

//a001 哈囉
#include<bits/stdc++.h>
using namespace std;
int main(){
string a;//定義字元 
cin>>a;//輸入 
cout<<"hello, "<<a<<endl;//輸出 
    return 0;
}

 
ZeroJudge Forum