Problem duckbuttons
User yuxiangt
Submission Time 2026-02-05 17:07:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:27:18: error: expected ‘;’ before ‘}’ token
27 | sum+=a[i]
| ^
| ;
28 | }
| ~