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