input() z=list(map(int,input().split())).count(0) print("First" if z&1 else "Second")