Missing Digit by jesanfafon

using System.Linq;using L=System.Console;class C{static void Main(){L.WriteLine(477-L.ReadLine().Sum(c=>c));Main();}}

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

download

return to the top page