| Problem | anutforajaroftuna |
|---|---|
| User | vs358 |
| Submission Time | 2026-02-11 20:01:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
anutforajaroftuna.cpp: In function ‘void solve()’:
anutforajaroftuna.cpp:68:69: error: ‘j’ was not declared in this scope
68 | for(int i = 0; i <= n; i++) for(int k = 0; k <= cap; k++) dp[i][j][k] = -INF;
| ^