Problem | potatoqueue |
---|---|
User | hwy |
Submission Time | 2023-06-10 20:47:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatoqueue.cpp: In function ‘void join(int)’:
potatoqueue.cpp:19:5: error: ‘q’ was not declared in this scope
19 | q.push_back(H);
| ^
potatoqueue.cpp: In function ‘void serve()’:
potatoqueue.cpp:23:5: error: ‘q’ was not declared in this scope
23 | q.pop_front();
| ^
potatoqueue.cpp: In function ‘int query(int)’:
potatoqueue.cpp:31:13: error: ‘q’ was not declared in this scope
31 | if (q[i] > q[N-1])
| ^