| Problem | guessqueue |
|---|---|
| User | brat |
| Submission Time | 2025-10-19 21:26:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessqueue.cpp: In function ‘int main()’:
guessqueue.cpp:21:27: error: ‘pq2’ was not declared in this scope; did you mean ‘pq’?
21 | q.push(x); pq.push(x); pq2.push(x); rpq.push(x);
| ^~~
| pq