Run id: 143721

Main.cc: In function 'int main()':
Main.cc:6:8: error: 'a' was not declared in this scope
     if(a>b){
        ^
Main.cc:6:10: error: 'b' was not declared in this scope
     if(a>b){
          ^
Main.cc:10:9: error: 'c' was not declared in this scope
     }if(c>a){
         ^
Main.cc:10:11: error: 'a' was not declared in this scope
     }if(c>a){
           ^
Main.cc:14:9: error: 'b' was not declared in this scope
     }if(b>c){
         ^
Main.cc:14:11: error: 'c' was not declared in this scope
     }if(b>c){
           ^
Main.cc:18:12: error: 'a' was not declared in this scope
     }cout<