a = io.read() if a:sub(#a, #a) == "0" then print(a:sub(1, #a - 1) .. "1") else print(a:sub(1, #a - 1) .. "0") end