Problem sumint
User om2024
Submission Time 2024-06-18 11:29:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:8: error: ‘arr’ was not declared in this scope
11 | sum+=arr[i];
| ^~~
sumint.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
sumint.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^