Problem ccs
User SuspiciousAmogus
Submission Time 2024-06-13 16:09:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:34:23: error: no ‘operator--(int)’ declared for postfix ‘--’ [-fpermissive]
34 | itr = st.end(); itr--;
| ~~~^~
ccs.cpp:41:31: error: no ‘operator--(int)’ declared for postfix ‘--’ [-fpermissive]
41 | if (itr != st.begin()) itr--;
| ~~~^~