#include #include using namespace std; int main() { int s, k; cin >> s >> k; printf("%s", k); return 0; }