Problem sumint
User justin271828
Submission Time 2024-05-11 15:36:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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