Divide section by ksk

open Num#load"nums.cma";;Scanf.scanf" %d %d %d"(fun x y z->for i=0to z do
print_string(string_of_num(Int(x*z+(y-x)*i)//Int z)^" ")done)

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

download

return to the top page