Binary Multiplication by Vim Lover

i=raw_input()
print bin(int(i[:8],2)*int(i[9:],2)+256)[3:]

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

download

return to the top page