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