#include int main() { int ret; std::cin >> ret; std::cout << ret; return 0; }