Network mask by darefilz

using C=System.Console;class P{static void Main(){int d=C.ReadLine()[12]%8;C.Write("/"+(24+d*d*d));}}

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

download

return to the top page