| Problem | lis_easy |
|---|---|
| User | DuckyKayden |
| Submission Time | 2025-12-19 16:10:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp:4:16: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
4 | vector<int> dp(n);
| ^
| yn
lis_easy.cpp: In function ‘int lis(int)’:
lis_easy.cpp:11:7: error: ‘arr’ was not declared in this scope
11 | if(arr[i] < arr[idx]) extend = max(lis(i), extend);
| ^~~