n=int(input()) s=str(input()) if n//2%2==1: print("First") else: print("Second")