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