| Problem | helloworld |
|---|---|
| User | TheRaptor |
| Submission Time | 2023-12-26 16:14:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:7:8: error: ‘class std::queue<int>’ has no member named ‘push_back’
7 | q[i].push_back(1);
| ^~~~~~~~~