| Problem | matheletes |
|---|---|
| User | JustKitkat |
| Submission Time | 2025-02-15 20:02:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
matheletes.cpp: In function ‘int main()’:
matheletes.cpp:19:33: error: void value not ignored as it ought to be
19 | int num = nums.pop_front();
| ~~~~~~~~~~~~~~^~
matheletes.cpp:25:22: error: ‘class std::deque<int>’ has no member named ‘pop’
25 | nums.pop(i);
| ^~~