Sum of Divisors for OCaml Golf Competition by mayah (rakuda)

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

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

download

return to the top page