DECimal number to BINary by chocobi

for(int i=stdin,j=60;--j>=0;)if(i>=2^j)write(AND(i,2^j)>0?1:0,none);

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

download

return to the top page