Table of divisors by div

main(i,j,k){scanf("%d",&i);for(j=0;j<i;puts("")){printf("%d:1",++j);for(k=1;k<j;j%++k?:printf(" %d",k));}}

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

download

return to the top page