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