Main.cc: In function 'int main()': Main.cc:11:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(a[i]=m){ ^ Main.cc:13:14: warning: statement has no effect [-Wunused-value] c+1; ^ Main.cc:18:5: error: expected ';' before '}' token } ^