box world by uru

var i,l:word;s:string;begin
read(s);l:=length(s);s:=s+s[1];writeln(s);for
i:=2to l do writeln(s[l+2-i]:-l,s[i]);for
i:=0to l do write(s[l+1-i])end.

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

download

return to the top page