Problem ccs
User silvspider
Submission Time 2024-07-06 10:23:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:22:37: error: expected ‘;’ before ‘{’ token
22 | *asleep_cats.lower_bound(x) <= y{
| ^
| ;
ccs.cpp:24:5: error: expected ‘}’ before ‘else’
24 | }else{
| ^~~~
ccs.cpp:21:35: note: to match this ‘{’
21 | if(*asleep_cats.lower_bound(x)){
| ^
ccs.cpp:25:18: error: expected ‘;’ before ‘}’ token
25 | cout<<"YES\n"
| ^
| ;
26 | }
| ~