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

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

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

download

return to the top page