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