Problem sumint
User apples
Submission Time 2026-03-27 15:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function β€˜int main()’:
sumint.cpp:11:13: error: expected initializer before β€˜+=’ token
11 | int total += a;
| ^~