Problem | ducks |
---|---|
User | oogabooga |
Submission Time | 2025-08-01 08:51:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ducks.cpp: In lambda function:
ducks.cpp:137:9: error: use of ‘addInterval’ before deduction of ‘auto’
137 | addInterval(i, l, r, 2*v, nl, mid);
| ^~~~~~~~~~~
ducks.cpp:138:9: error: use of ‘addInterval’ before deduction of ‘auto’
138 | addInterval(i, l, r, 2*v+1, mid+1, nr);
| ^~~~~~~~~~~