N = int(input()) S = input() ans = S[1:N] print(ans)