multiples by konos

#define p(a) printf("%d\n",a,c==2?c=0:c++)\x0d
main(){int i,c=0;while(i<996){i++;(c==0&&i%3==0)?p(i):(c==1&&i%5==0)?p(i):(c==2&&i%7==0)?p(i):0;}}

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

download

return to the top page