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