Factoradic Decoder by *yuko*

integer*8n;do1;read*,n;k=0;do2 i=10,1,-1;2 k=i*(k+mod(n/10_8**i,10));1 print'(i0)',k;end

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

download

return to the top page