| Problem | archaeologist | 
|---|---|
| User | Fosksjdkskzjskskzk | 
| Submission Time | 2025-03-07 16:15:47 | 
| 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:4:5: error: ‘set_light’ was not declared in this scope
    4 |     set_light(0);
      |     ^~~~~~~~~
archaeologist.cpp:6:24: error: ‘lightlevel’ was not declared in this scope
    6 |     int current_room = lightlevel;
      |                        ^~~~~~~~~~
archaeologist.cpp:7:10: error: ‘pair’ is not a member of ‘std’
    7 |     std::pair<int, std::vecto