#include <bits/stdc++.h>
using namespace std;
using ll = long long;
int main() {
    ll V; cin >> V; cout << V << endl;
}