Table of divisors by murky-satyr

cat('1:1')
for(n in 2:scan('stdin'))cat('
',n,':1',paste('',(2:n)[n%%2:n<1]),sep='')

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

download

return to the top page