Problem | lis_easy |
---|---|
User | NoobMugger420 |
Submission Time | 2024-12-23 04:35:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:26:32: error: expected ‘;’ before ‘}’ token
26 | dp[i] = max(dp[i], dp[j]+1)
| ^
| ;
27 |
28 | }
| ~