STEP2、初始化. for(int i=0; i<2; i++){ for(int j=0; j<3; j++){ for(int k=0; k<4; k++){ array[i][j][k]=i+j+k; printf("i=%d,j=%d,k=%d = ",i,j ...
確定! 回上一頁