Run id: 155748

Main.cc: In function 'int main()':
Main.cc:6:7: error: 'b' was not declared in this scope
  if(a+b>c){
       ^
Main.cc:6:9: error: 'c' was not declared in this scope
  if(a+b>c){
         ^