Run id: 110359

Main.cc: In function 'int main()':
Main.cc:10:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
     if(a>b>c){
         ^
Main.cc:16:5: error: 'else' without a previous 'if'
     else{
     ^