multiples by clock

for(int n,d=3;n<995;d=d%6+2)write(n+=d-n%d);

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

download

return to the top page