#include<bits/extc++.h>
using namespace std;

int main() {
    int n;
    std::cin >> n;
    std::cout << n << std::endl;
}