Problem | collectmushrooms6 |
---|---|
User | Pyrros |
Submission Time | 2023-03-05 22:14:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:39:90: error: expected ‘)’ before ‘]’ token
39 | int l = dp[min(i+d, r)][min(j+d, c)] - dp[max(0, i-d-1)][max(j-d, 0)] - dp[max(0, i-d][max(0, j-d-1)] + dp[max(0, i-d-1)][max(0,j-d-1)];
| ~ ^
| )