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

Compile Error

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