运行 ID: 85122

Main.cc: In function ‘int main()’:
Main.cc:11:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(a=33)
        ~^~~
Main.cc:13:5: error: expected ‘;’ before ‘cout’
     cout<