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