Factoradic Encoder by pooq

options(scipen=9);for(n in scan("stdin")){d=0;for(a in 1:11){d=n%%a*10^(a-1)+d;n=n%/%a};write(d,"")}

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

download

return to the top page