| Problem | lis_easy |
|---|---|
| User | blackscreen1 |
| Submission Time | 2023-07-07 15:54:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:16:30: error: expected ‘;’ before ‘}’ token
16 | dp[i] = max(dp[i], dp[j])
| ^
| ;
17 | }
| ~