Problem | onlineexam |
---|---|
User | simonfalke |
Submission Time | 2023-04-01 18:45:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
onlineexam.cpp: In lambda function:
onlineexam.cpp:18:13: error: use of ‘search’ before deduction of ‘auto’
18 | search(l, mid);
| ^~~~~~
onlineexam.cpp:19:13: error: use of ‘search’ before deduction of ‘auto’
19 | search(mid, r);
| ^~~~~~
onlineexam.cpp:22:13: error: use of ‘search’ before deduction of ‘auto’
22 | search(l, mid);
| ^~~~~~
onlineexam.cpp:25:13: error: use of ‘search’ before deduction of ‘auto’
25 | search(mid, r);
| ^~~~~~