Table of divisors by pooq

for(i<-1 to readInt){var a="1";for(j<-2 to i)if(i%j<1)a=a+" "+j;println(i+":"+a)}

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

download

return to the top page