#!perl -nl ($a,$b,$c)=split":";map{print$b;$b+=0|$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