Problem | duckbuttons |
---|---|
User | carson |
Submission Time | 2025-03-19 20:26:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:29:29: error: expected ‘;’ before ‘}’ token
29 | moves += arr[i] - arr[j]
| ^
| ;
30 | }
| ~