n = int(input()) a = list(map(lambda x: int(x)>0, input().split())) print("First" if (n + sum(a)) % 2 else "Second")