#18550: C++ AC


youngyoung (06 蘇昱揚 306)


#include<iostream>
using namespace std;
int main()
{
string a;
while(cin>>a)
cout<<a<<endl;
}