#include<bits/stdc++.h> using namespace std; int a[1000000]; int main(){ int n,k; cin>>n>>k; cout<<k; return 0; }//p3