#27607:


yp11051148@yphs.tp.edu.tw (808-30梅昊暄)

學校 : 臺北市私立延平高級中學
編號 : 159653
來源 : [203.72.178.1]
最後登入時間 :
2023-01-16 13:45:52
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2021-10-18 15:48

#include <iostream>

using namespace std;

 

int main ()

{

string word;

while (cin>>word)

 cout<<"hello, "<< word <<" \n";

return 0;

}
 
ZeroJudge Forum