#include using namespace std; signed main(){ int p; cin >> p; cout << p << endl; return 0; }