Problem feast
User chenweilian
Submission Time 2023-03-18 10:04:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp: In function ‘int main()’:
feast.cpp:132:5: error: ‘vvpll’ was not declared in this scope; did you mean ‘vvll’?
132 | vvpll dp(n+1, vpll(k+1, mp(0, 0)));
| ^~~~~
| vvll
feast.cpp:135:13: error: ‘dp’ was not declared in this scope; did you mean ‘mp’?
135 | dp[i][j].fir = max(dp[i-1][j].fir, dp[i-1][j].sec);
| ^~
| mp
feast.cpp:141:24: error: ‘dp’ was not declared in this scope; did you mean ‘mp’?
141 | ans = max(ans, dp[n][i].fir);
| ^~
| mp