#include using namespace std; int main(int argc, const char* argv[]) { int p; cin >> p; cout << p; return 0; }