Problem ccs
User Schzeey
Submission Time 2023-03-14 21:36:04
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_t == st.end()) cout << "YES\n";
| ^
ccs.cpp:25:29: error: ‘s_t’ was not declared in this scope; did you mean ‘s_i’?
25 | if (*s_i > b || s_t == st.end()) cout << "YES\n";
| ^~~
| s_i