#include using namespace std; int main() { string S; getline(cin,S); cout << S << endl; }