N = int(input()) print("First" if N % 4 == 2 else " Second")