运行 ID: 312036

Main.cc: In function ‘int main()’:
Main.cc:12:2: error: expected ‘;’ before ‘if’
  if(sum%9==0)
  ^~
Main.cc:14:2: error: ‘else’ without a previous ‘if’
  else 
  ^~~~