n=int(input()) a=list(map(int,input().split())) g=0 for v in a: if v!=-1: g^=v c=a.count(-1) print(["Second","First"][c%2==1 or g>0])