Run id: 6787

Main.cc: In function 'int main()':
Main.cc:18:9: error: expected ';' before 'for'
         for(int j=2;j<=5;j++){
         ^
Main.cc:18:21: error: 'j' was not declared in this scope
         for(int j=2;j<=5;j++){
                     ^
Main.cc:18:29: error: expected ';' before ')' token
         for(int j=2;j<=5;j++){
                             ^
Main.cc:39:1: error: expected '}' at end of input
 }
 ^
Main.cc:8:25: warning: unused variable 'mymin' [-Wunused-variable]
     int a[10][10],mymax,mymin,x,y;
                         ^
Main.cc:8:31: warning: unused variable 'x' [-Wunused-variable]
     int a[10][10],mymax,mymin,x,y;
                               ^
Main.cc:9:10: warning: unused variable 'f' [-Wunused-variable]
     bool f=false;
          ^
Main.cc:39:1: error: expected '}' at end of input
 }
 ^