Compound interest by ogura_m

t,s,p=gets.split(':').map{|i|i.to_i};p s;2.upto(t){|i|p s+=s*p/100}

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

download

return to the top page