數組填充 fillArray

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