Problem sumint
User nycoder
Submission Time 2024-06-18 11:24:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:18: error: expected ‘;’ before ‘}’ token
10 | cin >> arr[i]
| ^
| ;
11 | }
| ~