#include <bits/stdc++.h>using namespace std;int main(){ string a; while(cin>>a){ cout<<a<<"\n"; }
return 0;}