how to quickly initialize a two-dimensional array to the same element in OC, and modify the value of one of the elements for example, to initialize an array of length 50, and each element has a value of @ "a", then modify the value of array [10] [10] to @ "1"?