Number Sequence MEDIUM by teebee

enum N{N;int n,k,r;{for(;n<255;System.out.println(n++^r))for(k=n,r=0;k>0;k/=2)r+=r+k%2;}}

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

download

return to the top page