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