Run id: 112958

Main.cc: In function 'int main()':
Main.cc:6:2: error: 'x' was not declared in this scope
  x = 10;
  ^
Main.cc:7:2: error: 'y' was not declared in this scope
  y = 10;
  ^