Problem sumint
User dumgod
Submission Time 2023-03-11 19:19:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:15:9: error: ‘accumulate’ was not declared in this scope
15 | cout<<accumulate(ky5.begin(),ky5.end(),0);
| ^~~~~~~~~~