| Problem | leftright |
|---|---|
| User | tyjun |
| Submission Time | 2023-12-12 23:38:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
leftright.cpp: In function ‘int main()’:
leftright.cpp:32:22: error: ‘odd’ was not declared in this scope
32 | while ((!odd and right.size() > left.size()) or (odd and right.size() >= left.size())) {
| ^~~