Jump Letters by jesanfafon

using Z=System.Console;class X{static void Main(){var s=Z.ReadLine();for(int i=0;i<s.Length;i++)Z.Write(s[i^=s.IndexOf(s[i])^s.LastIndexOf(s[i])]);Z.WriteLine();Main();}}

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

download

return to the top page