N=int(input()) A=list(map(int,input().split())) print("First" if N%2==1 else "Second")