n = int(input()) if n & 1: print("First") else: print("Second")