Problem | duckbuttons |
---|---|
User | superG |
Submission Time | 2025-06-28 20:05:05 |
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:36:2: error: expected ‘,’ or ‘;’ before ‘for’
36 | for(int i = n; i > 0; i--){
| ^~~
duckbuttons.cpp:36:17: error: ‘i’ was not declared in this scope
36 | for(int i = n; i > 0; i--){
| ^