Missing Digit by FizzyTea

for(;r=readline();)print(r.match(0)?9-r%9:0)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page