Problem sumint
User jovan
Submission Time 2025-05-15 22:17:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:29: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘int [n]’
11 | int total = accumulate(arr.begin(), arr.end(), 0);
| ^~~~~
sumint.cpp:11:42: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘int [n]’
11 | int total = accumulate(arr.begin(), arr.end(), 0);
| ^~~