*(c+i) = (int*) malloc(sizeof(int) * col);. for (i = 0; i < row; i++). for (j = 0; j < col; j++). c[i][j] = i * j;. doit(c, row, col);. } ...
確定! 回上一頁