| Problem | duckbuttons |
|---|---|
| User | bribritt |
| Submission Time | 2026-01-30 14:31:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:14:9: error: ‘j’ was not declared in this scope
14 | j = i >> 3;
| ^
duckbuttons.cpp:25:9: error: expected ‘,’ or ‘;’ before ‘for’
25 | for(int j=8*i;j<min(8*i+8,n);j++) {
| ^~~