(compile(defun f(n)(format t"~D: ~D "n(+(loop for k from 1 to(/ n 2)if(=(mod n k)0)sum k)n))))(loop(f(read)))