Run id: 121632

Main.cc: In function 'int main()':
Main.cc:8:8: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
    if(x>65==0)||(x<90==0)){ 
        ^
Main.cc:8:15: error: expected primary-expression before '||' token
    if(x>65==0)||(x<90==0)){ 
               ^
Main.cc:8:19: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
    if(x>65==0)||(x<90==0)){ 
                   ^
Main.cc:14:4: error: expected '}' at end of input
    }
    ^