Compound interest by fkino (kaigi)

m,i,r;int main(){for(scanf("%d:%d:%d",&m,&i,&r);m--;printf("%d\n",i),i+=i*r/100);}

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

download

return to the top page