using System; class Program { static void Main() { int[] array = { 4, 1, 2, 8, 9, 5, 5, 1, 7, 8, 8 }; int[] frequency = new int[10]; ...
確定! 回上一頁