multiples by teebee

var n,p:word=1;begin repeat p:=p mod 6+2;n:=n+p-n mod p;writeln(n)until n>990end.

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

download

return to the top page