| Problem | coinbag |
|---|---|
| User | boaznumberd5555 |
| Submission Time | 2026-03-01 22:19:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coinbag.cpp: In function ‘int32_t main()’:
coinbag.cpp:18:32: error: expected ‘)’ before ‘;’ token
18 | output = max(output,dp[i][j];
| ~ ^
| )