| Problem | hunter |
|---|---|
| User | bachnguyen123 |
| Submission Time | 2025-12-06 11:40:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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: ‘dsf’ was not declared in this scope; did you mean ‘dfs’?
26 | dsf(M, -1);
| ^~~
| dfs