Compound interest by ksk

let rec f x y z=Printf.printf"%d
"y;x>1&f(x-1)(y+y*z/100)z;;Scanf.scanf"%d:%d:%d"f

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

download

return to the top page