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