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