#20059: c++ AC解答


s020406@apps.ntpc.edu.tw (急速領域最強使者(小草))

學校 : 恆毅中學國中部
編號 : 104903
來源 : [111.240.1.205]
最後登入時間 :
2020-06-14 20:27:55
a001. 哈囉 -- Brian Kernighan | From: [111.240.7.11] | 發表日期 : 2019-11-22 20:38

#include<iostream>
using namespace std; 
int main() {     
  string s;     
  while(cin >> s){          
    cout << "hello, "<< s << endl;     
  }      
}



 
ZeroJudge Forum