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