Problem | packingducks |
---|---|
User | notthatcp |
Submission Time | 2025-07-27 16:55:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
packingducks.cpp: In function ‘int main()’:
packingducks.cpp:55:67: error: expected ‘;’ before ‘l’
55 | if(j >= a[i - 1]) dp[i][j] += dp[i - 1][j - a[i - 1]]l;
| ^
| ;