| Problem | duckbuttons |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-29 09:53:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int32_t main()’:
duckbuttons.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i = 0; i < n; i++) {
| ^
duckbuttons.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i = n - 1; i > 0; i--) {
| ^