#10837: c++解


35133732 (TW藍風●w●)

學校 : 臺北市私立延平高級中學
編號 : 54467
來源 : [203.72.178.252]
最後登入時間 :
2016-08-12 14:06:31
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.252] | 發表日期 : 2016-04-06 16:25

#include <iostream>
using namespace std;

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

 
ZeroJudge Forum