multiples by uru

var i,n:word;begin
for i:=3to 999do if i mod(n mod 3*2+3)=0then begin
inc(n);writeln(i)end;end.

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

download

return to the top page