Run id: 132500

Main.cc: In function 'int main()':
Main.cc:6:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     if(a>b>c){
         ^
Main.cc:7:14: error: expected ')' before '{' token
      if((b>c){
              ^
Main.cc:12:5: error: expected primary-expression before '}' token
     }else if(b>a>c){
     ^
Main.cc:12:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     }else if(b>a>c){
               ^