Problem | coinbag |
---|---|
User | trashcan08 |
Submission Time | 2025-03-23 17:39:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coinbag.cpp: In function ‘int32_t main()’:
coinbag.cpp:21:35: error: ‘ll’ was not declared in this scope
21 | dp[i][j] = max(a[i].second, (ll)0);
| ^~