| Problem | coinbag |
|---|---|
| User | Fjerds |
| Submission Time | 2026-07-22 16:33:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coinbag.cpp: In function ‘int main()’:
coinbag.cpp:20:18: error: expected ‘)’ before ‘]’ token
20 | if (w[i] <= j]) dp[i][j] = v[i] else dp[i][j] = 0;
| ~ ^
| )
coinbag.cpp:20:18: error: expected primary-expression before ‘]’ token