Problem | archaeologist |
---|---|
User | username |
Submission Time | 2023-04-23 18:14:05 |
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:30:3: error: ‘set_light’ was not declared in this scope
30 | set_light(max(0,l-lol));
| ^~~~~~~~~
archaeologist.cpp:37:7: error: ‘take_path’ was not declared in this scope
37 | cur=take_path(id);
| ^~~~~~~~~
archaeologist.cpp:39:2: error: ‘set_light’ was not declared in this scope
39 | set_light(l);
| ^~~~~~~~~