Run id: 102446

Main.cc: In function 'int main()':
Main.cc:23:5: error: 'else' without a previous 'if'
     else if(arr[i]==2) 
     ^
Main.cc:38:1: error: expected '}' before 'else'
 else if(B>n/2) 
 ^
Main.cc:8:13: warning: unused variable 'j' [-Wunused-variable]
     int i=0,j=0,n=0,A=0,B=0,C=0;
             ^
Main.cc: At global scope:
Main.cc:45:5: error: expected unqualified-id before 'return'
     return 0;
     ^
Main.cc:46:1: error: expected declaration before '}' token
 }
 ^