Problem lis
User Andrew
Submission Time 2025-03-20 18:21:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp:1:9: error: ‘maxn’ was not declared in this scope
1 | int arr[maxn];
| ^~~~
lis.cpp:3:9: error: ‘vector’ was not declared in this scope
3 | int lis(vector<int> const& a) {
| ^~~~~~
lis.cpp:3:16: error: expected primary-expression before ‘int’
3 | int lis(vector<int> const& a) {
| ^~~