Problem ccs
User cyhg
Submission Time 2023-11-14 09:56:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:25:26: error: expected ‘;’ before ‘auto’
25 | cin >> a >> b
| ^
| ;
26 | auto it = s.lower_bound(a);
| ~~~~
ccs.cpp:27:18: error: ‘it’ was not declared in this scope; did you mean ‘i’?
27 | if (*it < b+1) {
| ^~
| i