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