(compile(defun f()(dotimes(x(read))(format t"~D:~{~D~^ ~} "#1=(1+ x)(loop for i from 1 to #1#if(=(mod #1#i)0)collect i)))))(f)