Compound interest by inaniwa

a,b;main(c){for(scanf("%d:%d:%d",&a,&b,&c);a--;b+=b*c*.01)printf("%d\n",b);}

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

download

return to the top page