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