| Problem | rabbitbars |
|---|---|
| User | itsLQ |
| Submission Time | 2024-12-28 11:33:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rabbitbars.cpp: In function ‘int main()’:
rabbitbars.cpp:25:84: error: expected ‘;’ before ‘)’ token
25 | dp[i][1] = P[i] - P[m - 1] - L[m] * (i - m + 1) + L[m] * (m - 1) - P[m - 1]);
| ^
| ;