using System; class Program{ static void Main(string[]args){ string[]t=Console.ReadLine().Split(' '); int[]A=new int[t.Length]; for(int i=0;i