Problem supermarket
User samvar0907
Submission Time 2024-01-06 00:28:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supermarket.cpp: In function ‘int main()’:
supermarket.cpp:48:9: error: ‘accumulate’ was not declared in this scope
48 | if (accumulate(weight.begin(), weight.end(), 0) == x) {
| ^~~~~~~~~~