ehangc by chocobi

using C=System.Console;class M{static void Main(){string s;for(int l;(s=C.ReadLine())!=null;C.WriteLine(l<2?s:s[l-1]+s.Substring(1,l-2)+s[0]))l=s.Length;}}

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

download

return to the top page