N = int(input()) S = set(list(map(int, input().split()))) print("First") if len(S) % 2 else print("Second")