Problem ccs
User blob
Submission Time 2023-11-14 12:44:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:32:48: error: ‘x’ was not declared in this scope
32 | auto it = sleepingCats.lower_bound(x);
| ^
ccs.cpp:33:55: error: ‘y’ was not declared in this scope
33 | while (it != sleepingCats.end() && *it <= y) {
| ^
ccs.cpp: At global scope:
ccs.cpp:41:5: error: expected unqualified-id before ‘return’
41 | return 0;
| ^~~~~~
ccs.cpp:42:1: error: expected declaration before ‘}’ token
42 | }
| ^