369 by csanders

char s[5],*p;c;main(x){for(;x<1001;++x,c=0){sprintf(s,"%d",x);for(p=s;*p;++p)c+=*p-51?*p-54?*p-57?0:1:1:1;c||printf(s);for(;c--;)printf("Clap");putchar(10);}}

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

download

return to the top page