#27149:


yp11051007 (803-19)

學校 : 臺北市私立延平高級中學
編號 : 165130
來源 : [118.168.193.196]
最後登入時間 :
2024-09-25 08:30:26
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2021-09-15 17:17

#include <iostream>

using namespace std;

 

int main ()

{

string word;

while (cin>>word)

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

return 0;

}

 

 
ZeroJudge Forum