n = int(input()) a = list(map(int,input().split())) if n & 1: print("First") else: print("Second")