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