Problem ccs
User tomo31415
Submission Time 2025-07-14 15:47:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:37:30: error: expected ‘;’ before ‘}’ token
37 | cats.erase(x)
| ^
| ;
38 |
39 | } else {
| ~