Problem ccs
User sharelletqx
Submission Time 2026-04-25 12:00:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:6:20: error: expected initializer before ‘cats’
6 | set<int> sleeping cats;
| ^~~~
ccs.cpp:13:12: error: ‘sleepingcats’ was not declared in this scope
13 | auto it=sleepingcats.lower_bound(x);
| ^~~~~~~~~~~~
ccs.cpp:24:4: error: ‘sleepingcats’ was not declared in this scope
24 | sleepingcats.insert(x);
| ^~~~~~~~~~~~