Run id: 7028

Main.cc: In function 'int main()':
Main.cc:13:5: error: expected ';' before '}' token
     }
     ^
Main.cc:15:15: error: invalid types 'int[int]' for array subscript
         if(a[i]<max){
               ^
Main.cc:16:20: error: invalid types 'int[int]' for array subscript
             max=a[i];
                    ^