Problem sumint
User meixu
Submission Time 2023-02-17 17:20:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:15:13: error: ‘accumulate’ was not declared in this scope
15 | cout << accumulate(l.begin(), l.end(), 0) << endl;
| ^~~~~~~~~~
sumint.cpp:16:1: error: ‘Submit’ was not declared in this scope
16 | Submit
| ^~~~~~
sumint.cpp:17:10: error: expected ‘}’ at end of input
17 | return 0;
| ^
sumint.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^