| Problem | archaeologist | 
|---|---|
| User | Fosksjdkskzjskskzk | 
| Submission Time | 2025-03-07 15:40:14 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 archaeologist.cpp:1:41: error: ‘std::vector’ has not been declared
    1 | void archaeologist(int N, int K, int L, std::vector<int> map, int lightlevel, std::vector<int> paths) {
      |                                         ^~~
archaeologist.cpp:1:52: error: expected ‘,’ or ‘...’ before ‘<’ token
    1 | void archaeologist(int N, int K, int L, std::vector<int> map, int lightlevel, std::vector<int> paths) {
      |                                                    ^
archaeologist.cpp: In function ‘void archaeologist(int, int, int, int)’:
archaeologist.cpp:5:12: error: ‘paths’ was not declared in this scope
    5 |     while (paths.size()>0) {
      |            ^~~~~
archaeologist.cpp:22:25: error: ‘take_path’ was not declared in this scope
   22 |                         take_path(i);
      |                         ^~~~~~~~~
archaeologist.cpp:38:6: error: ‘set_light’ was not declared in this scope
   38 |