def oi(): return int(input()) def os(): return input() def mi(): return list(map(int, input().split())) input_count = 0 N = oi() A = mi() if N%2==0: print("Second") else: print("First")