Compound interest by gugod (kaigi)

#!perl -nl
($a,$b,$c)=split(/:/);map{print$b;$b+=int$b*$c/100}1..$a;

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

download

return to the top page