Problem | archaeologist |
---|---|
User | Fosksjdkskzjskskzk |
Submission Time | 2025-03-07 16:38:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
archaeologist.cpp:1:38: 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:49: 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:2:5: error: ‘set_light’ was not declared in this scope
2 | set_light(0);
| ^~~~~~~~~
archaeologist.cpp:4:10: error: ‘pair’ is not a member of ‘std’
4 | std::pair<int,std::vector<int>>x;
| ^~~~
archaeologist.cpp:1:1: note: ‘std::pair’ is defined in header ‘<utility>’; did you forget to ‘#include <utility>’?
+++ |+#includ