Problem sumint
User Aum
Submission Time 2023-11-09 20:18:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | sum += a
| ^
| ;
12 | }
| ~