數組填充方法

static void fillArray(int[] array, int n){for(int i = 0;i < array.length;i++){array[i] = n;}}
相關文章
相關標籤/搜索