| Problem | duckbuttons |
|---|---|
| User | Visagan |
| Submission Time | 2026-02-20 18:42:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp:7:25: error: stray ā#ā in program
7 | total += a[i] * i # i is (i-1) in 1-based indexing
| ^
duckbuttons.cpp:1:1: error: ānā does not name a type
1 | n, d = map(int, input().split())
| ^