n=int(input()) a=list(map(int,input().split())) if a.count(0)%2: print('First') else: print('Second')