Problem supperbox
User ericl23302
Submission Time 2026-08-06 09:36:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supperbox.cpp: In lambda function:
supperbox.cpp:45:31: error: request for member ‘begin’ in ‘knapsacks[i]’, which is of non-class type ‘ll [2001]’ {aka ‘long long int [2001]’}
45 | fill(knapsacks[i].begin(), knapsacks[i].end(), 0ll);
| ^~~~~
supperbox.cpp:45:53: error: request for member ‘end’ in ‘knapsacks[i]’, which is of non-class type ‘ll [2001]’ {aka ‘long long int [2001]’}
45 | fill(knapsacks[i].begin(), knapsacks[i].end(), 0ll);
| ^~~