say I have the following code:
说我有以下代码:
char[5][5] array;for(int i =0; i < 5; ++i){ for(int j = 0; j < 5; ++i) { array[i][j] = //random char; }}chasay I have the following code:
说我有以下代码:
char[5][5] array;for(int i =0; i < 5; ++i){ for(int j = 0; j < 5; ++i) { array[i][j] = //random char; }}cha