#include<bits/stdc++.h>
using namespace std;
string s;
int main()
{
ios_base::sync_with_stdio(0);
cin.tie(0); cout.tie(0);
while(cin >> s)
{
cout << s << ' ';
}
}
I2luY2x1ZGU8Yml0cy9zdGRjKysuaD4KdXNpbmcgbmFtZXNwYWNlIHN0ZDsKCnN0cmluZyBzOwoKaW50IG1haW4oKQp7CiAgICBpb3NfYmFzZTo6c3luY193aXRoX3N0ZGlvKDApOwogICAgY2luLnRpZSgwKTsgY291dC50aWUoMCk7CiAgICB3aGlsZShjaW4gPj4gcykKICAgIHsKICAgICAgICBjb3V0IDw8IHMgPDwgJyAnOwogICAgfQp9Cg==