收起
int[] arr=new int[10];Console.WriteLine("请先输入10个数:");for (int i = 0; i < arr.Length; i++){ arr[i] = Convert.ToInt32(Console.ReadLine());}
报告相同问题?