#include using namespace std; int main() { int s, k; scanf("%d%d", &s, &k); printf("%s\n", k); }