Problem lampposts
User shoryu386
Submission Time 2022-12-26 19:19:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lampposts.cpp: In function ‘void find_lampposts(int, int, int*)’:
lampposts.cpp:39:22: error: ‘n’ was not declared in this scope
39 | for (int x = 1; x < n; x++){
| ^