Run id: 134752

Main.cc: In function 'int main()':
Main.cc:6:2: error: expected ';' before 'if'
  if(a>=90){
  ^
Main.cc:9:2: error: 'else' without a previous 'if'
  else if(a>=70&&a<90){
  ^