Problem boxes
User shoryu386
Submission Time 2024-03-04 16:26:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxes.cpp: In function ‘long long int delivery(int32_t, int32_t, int32_t, int32_t*)’:
boxes.cpp:22:27: error: ‘k’ was not declared in this scope
22 | for (int y = max(0LL, x-k); y < x; y++){
| ^
boxes.cpp:30:27: error: ‘k’ was not declared in this scope
30 | for (int y = max(0LL, x-k); y < x; y++){
| ^