#yuki1945 n=int(input()) a=list(map(int,input().split())) if n%2: print('First') else: print('Second')