#33443: _ans


yp11151049@yphs.tp.edu.tw (901-26李文睿)


#include<bits/stdc++.h>
using namespace std;
int main(){
    string s;
    while(cin>>s){
        cout<<s<<endl;
    }
}