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