Run id: 149401

Main.cc: In function 'int main()':
Main.cc:17:20: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
             if(a[i]==a[i-1]==a[i+1]){
                    ^
Main.cc:20:13: error: expected '}' before 'else'
             else{
             ^