Compound interest by uru

def a(b,c,d)b.times{puts c;c*=100.+d;c/=100}end;eval "a(#{gets.gsub(/:/,',')})"

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

download

return to the top page