Run id: 155890
Main.cc: In function 'int main()':
Main.cc:4:5: error: 'a' was not declared in this scope
if(a > b and a > c){
^
Main.cc:4:9: error: 'b' was not declared in this scope
if(a > b and a > c){
^
Main.cc:4:19: error: 'c' was not declared in this scope
if(a > b and a > c){
^
Main.cc:20:3: error: 'else' without a previous 'if'
}else{
^
Main.cc:21:6: error: 'b' was not declared in this scope
if(b > c and b > a){
^
Main.cc:21:10: error: 'c' was not declared in this scope
if(b > c and b > a){
^
Main.cc:21:20: error: 'a' was not declared in this scope
if(b > c and b > a){
^