#27187: 給親愛的C++用戶們


Ivan2009 (傲傲傲傲)


#include <iostream>

 

using namespace std;

 

 

 

int main ()

 

{

 

string word;

 

while (cin>>word)

 

 cout<<"hello, "<< word <<endl;

return 0;

 

}