Compound interest by nskj77

a,b,c=gets.to_a(':').map &:to_i;a.times{p b;b+=b*c/?d}

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

download

return to the top page