#include using namespace std; int main(void) { string s; std::cin >> s; std::cout << s << std::endl; return 0; }