#include int main(int argc, char *argv[]) { std::string str; std::cin >> str; std::cout << str; return 0; }