#include using namespace std; #include #include int main() { int a; string b; cin >>a >>b; b.pop_back(); b.erase(0,1); cout << b << endl; }