Sum of Divisors for OCaml Golf Competition by hallvabo

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

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

download

return to the top page