| Problem | lis_easy |
|---|---|
| User | DuckyKayden |
| Submission Time | 2025-12-19 16:05:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:12:19: error: a function-definition is not allowed here before ‘{’ token
12 | int lis(int idx) {
| ^
lis_easy.cpp:23:17: error: ‘lsi’ was not declared in this scope
23 | ans = max(ans,lsi(i));
| ^~~