Problem | hunter |
---|---|
User | Sans12345 |
Submission Time | 2025-02-27 16:58:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hunter.cpp:15:1: error: expected initializer before ‘void’
15 | void dfs(ll x,ll p){
| ^~~~
hunter.cpp: In function ‘void hunter(int, int, int, int, std::vector<int>, std::vector<int>)’:
hunter.cpp:32:2: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
32 | dfs(0,-1);
| ^~~
| ffs