Compound interest by kurimura

import std.stdio;void main(){int a,b,c;for(scanf("%d:%d:%d",&a,&b,&c);a--;b+=b*c/100)writeln(b);}

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

download

return to the top page