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