Problem sumint
User EnzoTan
Submission Time 2023-07-20 17:08:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:25: error: expected ‘;’ before ‘}’ token
12 | total = total + arr[i]
| ^
| ;
13 | }
| ~