#include<bits/stdc++.h> using namespace std; int main() { int n,m,nm[100]; cin>>n>>m>>nm[100]; cout<<m; }