Run id: 124428

Main.cc: In function 'int main()':
Main.cc:14:12: error: 'm' was not declared in this scope
   if(a[i]==m&&flag==0){
            ^
Main.cc: At global scope:
Main.cc:25:1: error: expected declaration before '}' token
 }
 ^