#27148: __答案


yp11051007 (803-19)


#include <iostream>

using namespace std;

 

int main ()

{

string word;

while (cin>>word)

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

return 0;

}