Problem | reciprocals |
---|---|
User | FIips |
Submission Time | 2025-01-06 14:38:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reciprocals.cpp: In function ‘int32_t main()’:
reciprocals.cpp:25:22: error: ‘class std::queue<int>’ has no member named ‘top’; did you mean ‘pop’?
25 | int cur = pq.top();
| ^~~
| pop