Problem | sumint |
---|---|
User | Krishna |
Submission Time | 2023-10-19 08:53:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:15:10: error: ‘accumulate’ was not declared in this scope
15 | cout << accumulate(meows.begin(),meows.end(), 0)
| ^~~~~~~~~~