Sum of Divisors for OCaml Golf Competition by ksk

let rec($)i?(n=read_int())s=i>n&2$1=Printf.printf"%d: %d
"n s;($)(i+1)~n(s+n/i*i/n*i);;2$1

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

download

return to the top page