Run id: 139662

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:9:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(b>a>c){
      ^
Main.cc:12:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c>a>b){
      ^
Main.cc:15:10: error: expected '}' at end of input
  return 0;
          ^