Problem ccs
User silvspider
Submission Time 2024-07-06 10:24:33
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 ‘cout’
22 | *asleep_cats.lower_bound(x) <= y
| ^
| ;
23 | cout<<"NO\n"
| ~~~~
ccs.cpp:25:18: error: expected ‘;’ before ‘}’ token
25 | cout<<"YES\n"
| ^
| ;
26 | }
| ~