Problem | sumint |
---|---|
User | blank |
Submission Time | 2025-01-30 15:25:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:22: error: expected ‘;’ before ‘}’ token
9 | z = z + dlist[i]
| ^
| ;
10 | }
| ~
sumint.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | cout << z
| ^
| ;
12 |
13 | }
| ~