Problem | flamethrower |
---|---|
User | CalebKow |
Submission Time | 2025-06-23 03:20:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:17:56: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
17 | int total_cost = std::accumulate(v.begin()+i, v.begin+i+k, 0);
| ~~~~~~~^~
| | |
| | int
| <unresolved overloaded function type>