Problem streakmanipulation
User PlayVoltz
Submission Time 2023-12-13 17:15:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

streakmanipulation.cpp: In function ‘bool can(long long int)’:
streakmanipulation.cpp:20:40: error: ‘l’ was not declared in this scope
20 | dp[i][j]=min(dp[i][j], psum[i]+best[l-1][j-1]);
| ^