Reapeated Printing FIXED by Jay Dough

main(y,a,b,c){for(;~scanf(" %c %c %d",&a,&b,&c);puts(""))for(;a<=b;a++)for(y=0;y++<c;)putchar(a);}

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

download

return to the top page