N = int(input()) a = list(map(int, input().split())) print('Second' if N % 2 == 0 else 'First')