Problem lampposts
User Ywq06
Submission Time 2022-12-27 16:27:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lampposts.cpp: In function ‘void find_lampposts(int, int, int*)’:
lampposts.cpp:11:24: error: ‘nearest_lamppost’ was not declared in this scope
11 | if(query[mid]==-1)k=nearest_lamppost(mid);
| ^~~~~~~~~~~~~~~~