Main.cc: In function 'int main()': Main.cc:12:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n[i]='\0'){ ^ Main.cc:19:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(a[i]='\0'){ ^ Main.cc:24:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(s1=s2){ ^ Main.cc:26:5: error: expected ';' before '}' token } ^ Main.cc:29:5: error: expected ';' before '}' token } ^