| Problem | lis_easy |
|---|---|
| User | louisleehi |
| Submission Time | 2024-02-18 15:31:17 |
| 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:33: error: expected ‘)’ before ‘;’ token
15 | } else(dp[i]=max(dp[i],dp[j]);
| ~ ^
| )