Network mask v2 by recursive

while 1:print sum(int(o)>>i&1for o in raw_input().split(".")for i in range(8))

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

download

return to the top page