| Problem | duckbuttons | 
|---|---|
| User | superG | 
| Submission Time | 2025-06-28 20:03:38 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 duckbuttons.cpp:18:4: error: invalid preprocessing directive #Reading
   18 |  # Reading data
      |    ^~~~~~~
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:34:2: error: ‘moves’ was not declared in this scope
   34 |  moves = 0
      |  ^~~~~
duckbuttons.cpp:36:17: error: ‘i’ was not declared in this scope
   36 |  for(int i = n; i > 0; i--){
      |                 ^
duckbuttons.cpp:50:1: error: expected ‘}’ at end of input
   50 | }
      | ^
duckbuttons.cpp:9:15: note: to match this ‘{’
    9 | signed main() {
      |               ^