Reves Puzzle by clock

int x;int n;while n<10^7{print n;n=n+2^x;x=x+n/(2^x*2*x+1);}

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

download

return to the top page