N=int(input()) S=list(input()) if (N//2)%2==1:print("First") else:print("Second")