Problem squidzofrenzic
User 12345678
Submission Time 2024-05-25 11:08:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘int minimizeMaxiPads(const std::vector<int>&, int)’:
squidzofrenzic.cpp:26:16: error: ‘accumulate’ was not declared in this scope
26 | int high = accumulate(boxes.begin(), boxes.end(), 0);
| ^~~~~~~~~~