n=int(input()) a=list(map(int,input().split())) print("First") if n&1==1 else print("Second")