void FindMax(int p[][3], int m, int n, int *pRow, int *pCol){ //在m*n矩阵p中查找最大值,将其行下标存入pRow所指内存单元,将其列下标存入pCol所指内存单元 }
100 3 6 0 87 65
100 0 0