DECimal number to BINary by *yuko*

var i,n:comp;begin read(n);for i:=-3-42and(n-7)to 0do write(n shr(-i)and 1)end.

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

download

return to the top page