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