n = io.read("*n") if n == 0 then print(1) else print("010" .. string.rep("0", n - 1)) end