binary increment by hallvabo (alt)

while 1:b='';s=raw_input();n=int(s,2)+1;exec'b=str(n&1)+b;n/=2;'*len(s);print b

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

download

return to the top page