1### Compilation failed: 2 3error: 10: unknown identifier 'x' 4 return x + y; 5 ^ 6error: 10: unknown identifier 'y' 7 return x + y; 8 ^ 92 errors 10