def Main(): n=int(input()) s=input() print(s[1:-1]) Main()