using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yukicoderTest { class Program { static void Main(string[] args) { string input = Console.ReadLine(); int len = 0; int minlen = -1; bool fw = true; bool cww = false; for (int i=0;i