#include<iostream> 
using namespace std;
int main()
{
	int n,w;
	cin>>n;
	cin>>w;
	cout<<w;
	
	
}