Missing Digit by recursive

using C=System.Console;class P{static void Main(){for(int r;;C.WriteLine(r))for(r=-109;r<0;r+=65%~C.Read());}}

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

download

return to the top page