Table of divisors by uru

var n,i,j:word;begin
read(n);repeat inc(i);write(i,':');for j:=1to i-1do if i mod j=0then write(j,^`);writeln(i)until i=n end.

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

download

return to the top page