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