main() { int a[ 3 ][ 4 ]; int i, j, max_i, max_j, max; /* 输入数组元素....
} printf("最大值为:%d;行号为:%d,列号为:%d",max,row,colum);getch();return0;}