#include int main() { std::ios::sync_with_stdio(false); std::cin.tie(0); int p; std::cin >> p; std::cout << p << "\n"; return 0; }