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