Problem | competition |
---|---|
User | Elyssa278 |
Submission Time | 2024-02-01 20:53:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:31:27: error: ‘accumulate’ is not a member of ‘std’
31 | int result_sum = std::accumulate(pl.begin(), pl.end(), 0) + std::accumulate(bl.begin(), bl.end(), 0);
| ^~~~~~~~~~
competition.cpp:31:70: error: ‘accumulate’ is not a member of ‘std’
31 | int result_sum = std::accumulate(pl.begin(), pl.end(), 0) + std::accumulate(bl.begin(), bl.end(), 0);
| ^~~~~~~~~~