Run id: 133567

Main.cc: In function 'int main()':
Main.cc:20:13: error: expected ';' before '}' token
             }
             ^
Main.cc:23:9: error: expected ';' before 'for'
         for(int j=1;j<=5;j++){
         ^
Main.cc:23:21: error: 'j' was not declared in this scope
         for(int j=1;j<=5;j++){
                     ^
Main.cc:8:34: warning: unused variable 'max_i' [-Wunused-variable]
     int a[6][6],max=0,min=100000,max_i,h,l;
                                  ^