Problem lis
User joxi
Submission Time 2024-01-13 19:25:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:9:13: error: ‘lower’ was not declared in this scope; did you mean ‘tolower’?
9 | auto it = lower.bound(b.begin(),b.end(),x);
| ^~~~~
| tolower