Sum of Divisors for OCaml Golf Competition by hallvabo

while 1:n=input();print"%u:"%n,sum(i*(n%i<1)for i in range(1,n+1))

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

download

return to the top page