#33254: easy


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

學校 : 臺北市私立延平高級中學
編號 : 197204
來源 : [203.72.178.2]
最後登入時間 :
2025-06-16 10:31:00

#include<bits/stdc++.h>
using namespace std;
int main(){
string a;
cin>>a;
cout<<"hello, "<<a<<endl; 
return 0;
}