Problem catteams
User Rolo
Submission Time 2024-08-23 15:55:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catteams.cpp: In function ‘int main()’:
catteams.cpp:33:55: error: ‘c’ was not declared in this scope
33 | dp[i][j+1] = max( dp[i][j+1] ,dp[m-1][j] + abs(mx[c] - mn[c]));
| ^