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