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