Compound interest by murky-satyr

<?for(list($n,$m,$r)=fgetcsv(STDIN,0,':');$n--;$m+=$m*$r/100|0)echo"$m
";

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

download

return to the top page