Factoradic Decoder by *yuko*

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

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

download

return to the top page