Run id: 152177

Main.cc: In function 'int main()':
Main.cc:12:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         if(a[i]=b[x])
                     ^
Main.cc:21:1: error: expected '}' at end of input
 }
 ^