Problem OrXor
User Elnathan
Submission Time 2023-12-06 10:21:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

OrXor.cpp: In function ‘int main()’:
OrXor.cpp:15:18: error: ‘b’ was not declared in this scope
15 | cout << (a[0] ^ b[1]);
| ^