Table of divisors by Dingledooper

R=range(1,input()+1)
for n in R:print`n`+':'+' '.join(`x`for x in R if n%x<1)

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

download

return to the top page