nguyen tran bao long (Hai bà trưng)
n=int(input()) a=input() b=a[::-1] if a==b: print('TRUE') else: print('FALSE')