| Problem | duckbuttons |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-01-28 09:52:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:6:2: error: ‘ios_main’ has not been declared
6 | ios_main::sync_with_stdio(0);
| ^~~~~~~~
duckbuttons.cpp:14:22: error: expected ‘;’ before ‘i’
14 | for(int i = 1; i <=n i++){
| ^~
| ;