Factoradic Encoder by *yuko*

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

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

download

return to the top page