Run id: 5527

Main.cc: In function 'int main()':
Main.cc:7:5: error: 'y' was not declared in this scope
  if(y%x!=0){
     ^
Main.cc:7:7: error: 'x' was not declared in this scope
  if(y%x!=0){
       ^