Problem hunter
User bachnguyen123
Submission Time 2025-12-06 11:40:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hunter.cpp:18:69: error: expected ‘)’ before ‘{’ token
18 | void hunter(int N, int M, int S, int D, vector<int> A, vector<int> B
| ~ ^
| )
19 | {
| ~
hunter.cpp: In function ‘void hunter(int, int, int, int, std::vector<int>, std::vector<int>)’:
hunter.cpp:26:5: error: ‘df’ was not declared in this scope; did you mean ‘dfs’?
26 | df(M, -1);
| ^~
| dfs