Reapeated Printing FIXED by bk1e

char s[9];main(i){for(;gets(s);puts(""))for(;*s<=s[2];++*s)for(i=atoi(s+4);i--;)putchar(*s);}

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

download

return to the top page