Problem duckbuttons
User vadar2525
Submission Time 2026-01-14 16:06:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:14:4: error: ‘total’ was not declared in this scope
14 | total += ;
| ^~~~~
duckbuttons.cpp:14:13: error: expected primary-expression before ‘;’ token
14 | total += ;
| ^
duckbuttons.cpp:17:4: error: ‘total’ was not declared in this scope
17 | total += a[i];
| ^~~~~
duckbuttons.cpp:20:10: error: ‘total’ was not declared in this scope
20 | cout << total;
| ^~~~~