Problem archaeologist
User hariaakash646
Submission Time 2023-10-18 01:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

archaeologist.cpp: In function ‘void archaeologist(int, int, int, std::vector<int>, int, std::vector<int>)’:
archaeologist.cpp:97:42: error: expected ‘;’ before ‘paths’
97 | set_light((paths[v] + 2) % 3)
| ^
| ;
98 | paths = out.s;
| ~~~~~