n = int(input().strip()) print("First" if n % 2 == 1 else "Second")