Main.cc: In function 'int main()':
Main.cc:8:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(b=1){
^
Main.cc:17:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(b=1){
^
Main.cc:24:1: error: expected '}' at end of input
}
^