| Problem | ancestor |
|---|---|
| User | cookiemonster735 |
| Submission Time | 2026-05-28 14:32:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ancestor.cpp: In function ‘int main()’:
ancestor.cpp:25:13: error: ‘class std::queue<int>’ has no member named ‘top’; did you mean ‘pop’?
25 | int v = q.top();
| ^~~
| pop