Run id: 156577

Main.cc: In function 'int main()':
Main.cc:8:9: error: 'a' was not declared in this scope
    cin>>a[i][j];
         ^
Main.cc:11:10: error: 'a' was not declared in this scope
  max=min=a[1][1];
          ^