Run id: 98581

Main.cc: In function 'int main()':
Main.cc:5:5: error: 'intx' was not declared in this scope
     intx,y;
     ^
Main.cc:5:10: error: 'y' was not declared in this scope
     intx,y;
          ^
Main.cc:6:10: error: 'x' was not declared in this scope
     cin>>x>>y;
          ^