Problem boxes
User PlayVoltz
Submission Time 2024-03-01 08:30:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxes.cpp: In function ‘long long int delivery(int, int, int, int*)’:
boxes.cpp:14:23: error: invalid cast from type ‘std::vector<long long int>’ to type ‘long long int’
14 | if (n<=k)return (int)l;
| ^