Problem llis
User laurenpak
Submission Time 2023-05-06 20:10:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

llis.cpp: In function ‘int main()’:
llis.cpp:13:45: error: ‘a’ was not declared in this scope
13 | auto it = lower_bound(b.begin(), b.end(), a);
| ^
llis.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
llis.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^