Problem sumint
User SkyHelix
Submission Time 2026-02-06 16:22:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:38:17: error: expected ‘;’ before ‘buf_idx’
38 | sum += number
| ^
| ;
39 | buf_idx = 0;
| ~~~~~~~