Problem | OrXor |
---|---|
User | Elnathan |
Submission Time | 2023-12-06 10:20:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
OrXor.cpp: In function ‘int main()’:
OrXor.cpp:15:13: error: ‘i’ was not declared in this scope
15 | cout << (a[i] ^ b[i]);
| ^
OrXor.cpp:15:18: error: ‘b’ was not declared in this scope
15 | cout << (a[i] ^ b[i]);
| ^