Run id: 119894

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:14:12: error: expected '(' before '{' token
     else if{(b>>a>c){
            ^
Main.cc:21:1: error: expected '}' at end of input
 }
 ^