| Problem | squidzofrenzic |
|---|---|
| User | lingfei123 |
| Submission Time | 2023-11-15 14:40:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
squidzofrenzic.cpp: In function ‘int max_ipads_per_squid(int, int, const std::vector<int>&)’:
squidzofrenzic.cpp:25:16: error: ‘accumulate’ was not declared in this scope
25 | int high = accumulate(boxes.begin(), boxes.end(), 0);
| ^~~~~~~~~~