Main.cc: In function 'int main()':
Main.cc:14:6: error: 'i' was not declared in this scope
if(a[i][j]>m){
^
Main.cc:14:9: error: 'j' was not declared in this scope
if(a[i][j]>m){
^
Main.cc:16:10: error: 'i' was not declared in this scope
if(a[i][j]