#19138:


jackyjimmy (我要當歐洲人啦)

學校 : 國立臺南高級工業職業學校
編號 : 102322
來源 : [111.254.79.64]
最後登入時間 :
2020-04-01 08:55:15
a001. 哈囉 -- Brian Kernighan | From: [59.120.240.47] | 發表日期 : 2019-09-04 09:08

#include <iostream>
using namespace std;

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

 
ZeroJudge Forum