| Problem | OrXor |
|---|---|
| User | lykieutrang |
| Submission Time | 2026-03-11 08:28:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
OrXor.cpp: In function ‘int main()’:
OrXor.cpp:22:35: error: expected ‘)’ before ‘;’ token
22 | ll cur = ((i >> j) & 1;
| ~ ^
| )