repeat line by msk

class A{static{String s=new java.util.Scanner(System.in).nextLine();System.out.print(s.replaceAll(".",s+"\n"));}}

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

download

return to the top page