257 by *yuko*

#define x 257div i pow j mod i
var i,j:comp;begin for i:=2to 36do for j:=8downto 0do
write(chr(x+ord(x>9)*7+48):ord(i**j<257),^j:1shr j)end.

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

download

return to the top page