| Problem | topical |
|---|---|
| User | justin271828 |
| Submission Time | 2025-12-06 15:21:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int32_t main()’:
topical.cpp:27:20: error: ‘class std::queue<long long int>’ has no member named ‘insert’
27 | if (temp == k) q.insert(i);}
| ^~~~~~
topical.cpp:41:34: error: ‘class std::queue<long long int>’ has no member named ‘insert’
41 | if (++countarr[p2.s] == k) q.insert(p2.s);
| ^~~~~~