Problem | lampposts |
---|---|
User | LCJLY |
Submission Time | 2023-01-03 09:11:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lampposts.cpp: In function ‘void find_lampposts(int, int, int*)’:
lampposts.cpp:33:9: error: ‘last’ was not declared in this scope; did you mean ‘last2’?
33 | int l=last;
| ^~~~
| last2