#include<bits/stdc++.h> using namespace std; int main() { long x,y,z; cin>>x>>y>>z; cout<<y; return 0; }