using System; using System.Linq; class No18{ static void Main(){ var a=Console.ReadLine().Select(x=>(int)x).ToArray(); for(int i=0;i