Problem boxes
User bribritt
Submission Time 2026-05-19 20:35:58
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:18:9: error: ‘min’ was not declared in this scope
18 | ans = min(ans, cur);
| ^~~