#include int main(){ int a,b; std::cin >> a; std::cout << a << std::endl; }