Shifting Pattern Fixed by uru

var s:string;i,l:comp;begin
read(s);l:=length(s);for i:=-l-1to-2do writeln(copy(s+s,-i):l)end.

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

download

return to the top page