N=int(input()) A=list(map(int,input().split())) cnt0=sum([a==0 for a in A]) print("First" if cnt0%2==1 else "Second")