数组填充 fillArray

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