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