Problem | mindeque |
---|---|
User | hyishigh |
Submission Time | 2024-12-14 15:25:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:42:17: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator==’
42 | if(deq.front ==0) {
| ~~~~~~~~~ ^~~
| | |
| | int
| <unresolved overloaded function type>