#include void findit(int a[4][3],int m,int n,int *prow,int *pcol){ int i,j; *prow=*pcol=0; //先假设最小的数在0行0列 for(i=0;i