Table of divisors by 51b

import std.stdio;void main(){int i,j,n;for(scanf("%d",&n);++j>i?j=0,i++<n:1;)j&&i%j||writef(j?j:i,i-j?j?" ":":":\n);}

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

download

return to the top page