n = io.read("*n", "*l") _z = io.read() if n % 4 == 0 then print("Second") else print("First") end