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