Compound interest by teebee(pooq)

a,b,c:stdin.get_s(11).split(":").map(|v|v.to_i).to_a;a.times{b+=b.p*c/100;};

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

download

return to the top page