Factoradic Counter by hinoe

i,j;f(n){n/++i&&f(n/i),putchar(n%i--+48);}main(){for(;j<1001;puts(""))f(j++);}

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

download

return to the top page