Sum of Divisors for OCaml Golf Competition by

while 1=1do let n,r=read_int(),ref 0in for i=1to n do n/i*i=n&()=(r:=!r+i)done; Printf.printf"%d: %d\n"n!r done

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

download

return to the top page