Run id: 121826

Main.cc: In function 'int main()':
Main.cc:6:33: error: 'm' was not declared in this scope
  int b[a][a];                   m
                                 ^
Main.cc:7:17: error: 'i' was not declared in this scope
     for(int i=0;i