| Problem | mindeque |
|---|---|
| User | thermodynamix7 |
| Submission Time | 2025-07-01 19:18:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:27:40: error: void value not ignored as it ought to be
27 | int remov=mindeque.pop_back();
| ~~~~~~~~~~~~~~~~~^~
mindeque.cpp:44:41: error: void value not ignored as it ought to be
44 | int remov=mindeque.pop_front();
| ~~~~~~~~~~~~~~~~~~^~