Reapeated Printing FIXED by asie

while(a=readline()){a=a.split(" ");b="";c=a[0];while(1){for(i=a[2];i-->0;)b+=c;if(c==a[1])break;c=String.fromCharCode(c.charCodeAt(0)+1)}print(b)}

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

download

return to the top page