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

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:14:3: error: ‘maxiumum’ was not declared in this scope; did you mean ‘maximum’?
14 | maxiumum = max(V[i], maximum);
| ^~~~~~~~
| maximum
duckbuttons.cpp:15:19: error: expected ‘;’ before ‘}’ token
15 | total += maximum
| ^
| ;
16 | }
| ~