Problem sumint
User Keira
Submission Time 2026-02-17 10:12:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:15:20: error: ‘accumulate’ is not a member of ‘std’
15 | int sum = std::accumulate(meows.begin(), meows.end(), 0);
| ^~~~~~~~~~