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