未知题型

有一个3*4的矩阵,要求找到并输出其中最大值的元素以及所在的行号和列号。 void main() { max=a[i][j]; m=i; n=j; } } cout<<"max="< 【参考答案】

["cin>>a[i][j];","max=a[0][0];","maxmax;"]