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