球員成績輸入、排序

Console.WriteLine("請輸入球員的個數:"); int a = Convert.ToInt32(Console.ReadLine()); int[] n = new int[a];//定義一維數組 for (int i = 0; i < a; i++)//for循環輸入球員成績 {
相關文章
相關標籤/搜索