Run id: 136056

Main.cc: In function 'int main()':
Main.cc:7:7: error: 'b' was not declared in this scope
  if(a>b)
       ^
Main.cc:11:5: error: 'b' was not declared in this scope
  if(b>a)
     ^