Problem sumint
User Tristyy
Submission Time 2024-06-18 13:30:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘d’
10 | cin >> a[i]
| ^
| ;
11 | d += a[i];
| ~