运行 ID: 441999

Main.cc: In function ‘int main()’:
Main.cc:6:12: error: ‘b’ was not declared in this scope
  if(n>=15&&b>=10){
            ^
Main.cc:10:2: error: expected ‘;’ before ‘}’ token
  }else if(m>=30){
  ^