Problem sumint
User lucaskoh
Submission Time 2026-06-29 17:04:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:22:15: error: expected ‘;’ before ‘}’ token
22 | value += a[j]
| ^
| ;
23 | }
| ~
sumint.cpp:24:14: error: expected ‘}’ at end of input
24 | cout << value;
| ^
sumint.cpp:7:1: note: to match this ‘{’
7 | {
| ^