#include <iostream> #include <iomanip> using namespace std; int main() { int a ; cin >> a ; cin >> a ; cout << a << endl ; return 0; }