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