#include<cstdio> #include<iostream> using namespace std; #include<cstring> int main() { string a; while(cin>>a)cout<<a<<' '; return 0; }