#include #include using namespace std; int main (int argc, char ** argv){ string a; cin >> a; cout << a << endl; return 1; }