| Problem | archaeologist | 
|---|---|
| User | Fosksjdkskzjskskzk | 
| Submission Time | 2025-03-06 12:45:33 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 archaeologist.cpp: In function ‘void archaeologist(int, int, int, std::vector<int>, int, std::vector<int>)’:
archaeologist.cpp:9:5: error: ‘setLight’ was not declared in this scope; did you mean ‘set_light’?
    9 |     setLight = L;
      |     ^~~~~~~~
      |     set_light
archaeologist.cpp:14:7: error: conflicting declaration ‘int zeroPath’
   14 |   int zeroPath = 0;
      |       ^~~~~~~~
archaeologist.cpp:13:8: note: previous declaration as ‘bool zeroPath’
   13 |   bool zeroPath = false;
      |        ^~~~~~~~