n = int(input()) s = input() print("First" if n%2 == 0 else "Second") # いけ!