Problem | candymountain_ex |
---|---|
User | Phoubia01 |
Submission Time | 2025-08-02 21:44:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:30:24: error: ‘class std::deque<int>’ has no member named ‘isempty’; did you mean ‘empty’?
30 | while (!dq.isempty() && dq.front() < i - k){
| ^~~~~~~
| empty
candymountain_ex.cpp:33:21: error: ‘class std::deque<int>’ has no member named ‘isempty’; did you mean ‘empty’?
33 | if (!dq.isempty()){
| ^~~~~~~
| empty