Problem | archaeologist |
---|---|
User | Minhanh |
Submission Time | 2023-03-13 10:23:54 |
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:81:13: error: ‘set_light’ was not declared in this scope
81 | set_light(min(L,sumdel+1));
| ^~~~~~~~~
archaeologist.cpp:83:55: error: ‘take_path’ was not declared in this scope
83 | std::pair<int, std::vector<int>> result = take_path(loc0);
| ^~~~~~~~~
archaeologist.cpp:90:13: error: ‘set_light’ was not declared in this scope
90 | set_light(min(L,sumdel));
| ^~~~~~~~~
archaeologist.cpp:92:55: error: ‘take_path’ was not declared in this scope
92 | std::pair<int, std::vector<int>> result = take_path(loc2);
| ^~~~~~~~~
archaeologist.cpp:101:13: error: ‘set_light’ was not declare