Factoradic Counter by pooq

for(n,0,1e3,d:=0;for(a,1,7,d=n%a*10**a/10+d;n=n/a|0)d println)

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

download

return to the top page