| Problem | snack |
|---|---|
| User | shapeshifterr |
| Submission Time | 2026-08-10 13:46:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snack.cpp: In function ‘int32_t main()’:
snack.cpp:27:6: error: ‘k’ was not declared in this scope
27 | dp[k] = A[k] + min(0LL, dp[k-1]))
| ^