Main.cc: In function 'bool FUN(int, int)':
Main.cc:8:13: error: expected primary-expression before '!=' token
if(left+i)!=a[right-i]{
^
Main.cc: In function 'int main()':
Main.cc:28:2: error: expected ';' before 'return'
return 0;
^
Main.cc: In function 'bool FUN(int, int)':
Main.cc:13:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^