Main.cc: In function 'int main()': Main.cc:12:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(x=-1){ ^ Main.cc:17:5: error: expected ';' before '}' token } ^