Compound interest by gugod (kaigi)

a,b,c=STDIN.gets.split(/:/);1.upto(a.to_i){|i|puts(b=b.to_i);b*=(1+c.to_f/100)}

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

download

return to the top page