Run id: 121628

Main.cc: In function 'int main()':
Main.cc:8:8: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
    if(x>97==0)||(x<122==0)){ ;
        ^
Main.cc:8:15: error: expected primary-expression before '||' token
    if(x>97==0)||(x<122==0)){ ;
               ^
Main.cc:8:19: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
    if(x>97==0)||(x<122==0)){ ;
                   ^