| Problem | lis_easy |
|---|---|
| User | AndyChen |
| Submission Time | 2026-03-27 14:43:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:15:26: error: ‘arr’ was not declared in this scope
15 | int previousValue = arr[i]
| ^~~
lis_easy.cpp:16:17: error: ‘j’ was not declared in this scope
16 | for (int j=i; j < n; j++){
| ^