Problem sumint
User Reality1001
Submission Time 2024-02-16 13:39:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:16: error: expected ‘;’ before ‘total’
10 | cin >> arr[i]
| ^
| ;
11 | total = total += arr[i];
| ~~~~~
sumint.cpp: At global scope:
sumint.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^