Problem ccs
User Schzeey
Submission Time 2023-03-14 21:36:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:24:41: error: expected ‘,’ or ‘;’ before ‘)’ token
24 | auto s_i = st.lower_bound(x));
| ^
ccs.cpp:25:24: error: ‘b’ was not declared in this scope
25 | if (*s_i > b || s_i == st.end()) cout << "YES\n";
| ^