Problem | squidzofrenzic |
---|---|
User | UwU |
Submission Time | 2024-12-31 22:43:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squidzofrenzic.cpp: In function ‘int solve(int, int, const std::vector<int>&)’:
squidzofrenzic.cpp:30:16: error: ‘accumulate’ was not declared in this scope
30 | int high = accumulate(B.begin(), B.end(), 0); // Total sum is the maximum max sum
| ^~~~~~~~~~