Run id: 121634

Main.cc: In function 'int main()':
Main.cc:8:15: error: expected identifier before '(' token
    if(x>=65)&&(x<=90)){ 
               ^
Main.cc:14:4: error: expected '}' at end of input
    }
    ^