Run id: 89856

Main.cc: In function 'int main()':
Main.cc:9:21: error: 'elif' was not declared in this scope
     elif (b>a && b>c){
                     ^
Main.cc:12:5: error: 'else' without a previous 'if'
     else{
     ^