Problem duckbuttons
User RandomCtfNoob
Submission Time 2026-01-26 15:25:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:20:31: error: expected ‘;’ before ‘turncount’
20 | ans += (turncount*duckdiff)
| ^
| ;
21 | turncount = 0;
| ~~~~~~~~~