| Problem | duckbuttons |
|---|---|
| User | dumbfounded47 |
| Submission Time | 2026-01-28 22:42:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp:5:2: error: expected initializer before ‘ios’
5 | ios::sync_with_stdio(false);
| ^~~
duckbuttons.cpp:6:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin.tie(nullptr);
| ^~~
| sin
duckbuttons.cpp:9:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
9 | cin >> n >> d;
| ^~~
| sin
duckbuttons.cpp:12:2: error: expected unqualified-id before ‘for’
12 | for (int i = 0; i < n; i++){
| ^~~
duckbuttons.cpp:12:18: error: ‘i’ does not name a type
12 | for (int i = 0; i < n; i++){
| ^
duckbuttons.cpp:12:25: error: ‘i’ does not name a type
12 | for (int i = 0; i < n; i++){
| ^
duckbuttons.cpp:16:2: error: expected unqualified-id before ‘while’
16 | while (pos != n - 1){
| ^~~~~
duckbuttons.cpp:26:2: error: ‘cout’ does not name a typ