| Problem | ccs |
|---|---|
| User | SuspiciousAmogus |
| Submission Time | 2024-06-13 16:02:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:36:23: error: no ‘operator--(int)’ declared for postfix ‘--’ [-fpermissive]
36 | itr = st.end(); itr--;
| ~~~^~
ccs.cpp:45:31: error: no ‘operator--(int)’ declared for postfix ‘--’ [-fpermissive]
45 | if (itr != st.begin()) itr--;
| ~~~^~