#include using std::cin; using std::cout; using std::endl; int main() { int x; cin >> x; cout << x << endl; return 0; }