Problem | topical |
---|---|
User | G |
Submission Time | 2024-03-06 22:06:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:21:32: error: ‘class std::queue<int>’ has no member named ‘pushback’
21 | for(int i=1;i<=n;i++) modules.pushback(i);
| ^~~~~~~~