#include "bits/stdc++.h" using namespace std; int main() { int P; cin >> P; cout << P; }