#27596: 不用感謝我


yp11051144@yphs.tp.edu.tw (81134張陳書沛)


#include <iostream>

using namespace std;

int main ()

{

string word;

while (cin>>word);

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

return 0;

}