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)