Problem supperbox
User mertbbm
Submission Time 2023-04-25 19:09:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supperbox.cpp:9:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | int dp[n+1][2005];
| ^
| yn
supperbox.cpp:10:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | int dp2[n+1][2005];
| ^
| yn
supperbox.cpp: In function ‘void dnc(long long int, long long int, std::vector<std::pair<std::pair<long long int, long long int>, std::pair<long long int, long long int> > >)’:
supperbox.cpp:32:9: error: ‘dp’ was not declared in this scope
32 | memset(dp,0,sizeof(dp));
| ^~
supperbox.cpp:33:9: error: ‘dp2’ was not declared in this scope
33 | memset(dp2,0,sizeof(dp2));
| ^~~