using System; var line=Console.ReadLine().Split(' '); int[] array=new int[line.Length]; for(int i=0; i