if io.read("*n") % 2 == 0 then print("Second") else print("First") end