rotate lines reversely by uru

var s,t:string(9999);begin
repeat t:=t+s+^j;readln(s)until eof;write(s,t)end.

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

download

return to the top page