Problem duckbuttons
User dumbfounded47
Submission Time 2026-02-04 14:11:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:15:19: error: expected ‘;’ before ‘}’ token
15 | total += maximum
| ^
| ;
16 | }
| ~