Table of divisors by hirose

n=0
exec"n+=1;print`n`+':'+' '.join(`i`for i in range(1,n+1)if n%i<1);"*input()

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

download

return to the top page