Jump Letters by recursive

using Z=System.Console;class P{static void Main(){var s=Z.ReadLine();for(int i=0;i<52;i=(s+s).IndexOf(s[i],i+1)%52+1)Z.Write(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