n = int(input()) a = list(map(int, input().split())) m = x = 0 for v in a: if v == -1: m += 1 else: x ^= v print("First" if m%2 or x else "Second")