repeat line by TheBigS

class G{public static void main(String[]a)throws Exception{String s="";int i,j=0;while((i=System.in.read())>10){s+=(char)i;j++;}for(;j>0;j--){System.out.println(s);}}}

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

download

return to the top page