Problem lampposts
User zyh255
Submission Time 2022-12-27 09:28:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lampposts.cpp: In function ‘void find_lampposts(long long int, long long int, long long int*)’:
lampposts.cpp:9:13: error: ‘nearest_lamppost’ was not declared in this scope
9 | if (nearest_lamppost(i) == 1) break;
| ^~~~~~~~~~~~~~~~