Problem competition
User nutzzzz
Submission Time 2025-02-01 09:15:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:40:18: error: ‘accumulatee’ is not a member of ‘std’; did you mean ‘accumulate’?
40 | int suma = std::accumulatee(va.begin(), va.end());
| ^~~~~~~~~~~
| accumulate
competition.cpp:41:18: error: ‘accumulatee’ is not a member of ‘std’; did you mean ‘accumulate’?
41 | int sumb = std::accumulatee(vb.begin(), vb.end());
| ^~~~~~~~~~~
| accumulate