Problem ccs
User Longcx
Submission Time 2023-11-14 11:27:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:21:105: error: expected ‘)’ before ‘;’ token
21 | cout<<((*s.lower_bound(x)<=y && *s.lower_bound(x)>=x && s.lower_bound(x)!=s.end() ? "NO\n" : "YES\n");
| ~ ^
| )