运行 ID: 6249

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:8:10: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses]
     }if(b>a>c)
         ~^~
Main.cc: At global scope:
Main.cc:10:7: error: expected unqualified-id before ‘else’
      }else{
       ^~~~
Main.cc:13:6: error: expected unqualified-id before ‘return’
      return 0;
      ^~~~~~
Main.cc:14:1: error: expected declaration before ‘}’ token
 }
 ^