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