Problem | potatoqueue |
---|---|
User | yc |
Submission Time | 2025-05-29 18:26:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatoqueue.cpp: In function ‘void serve()’:
potatoqueue.cpp:24:13: error: ‘n’ was not declared in this scope
24 | while (it!=n.end()){
| ^
potatoqueue.cpp:27:30: error: expected ‘;’ before ‘}’ token
27 | else (*it)[2] = (*it)[2]-1
| ^
| ;
28 | }
| ~