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