Problem ccs
User silvspider
Submission Time 2024-07-06 10:25:14
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";
| ~~~~