Problem treecutting
User WILLI1071A
Submission Time 2025-11-12 19:03:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

treecutting.cpp: In function ‘int main()’:
treecutting.cpp:82:8: error: ‘dfs’ was not declared in this scope; did you mean ‘bfs’?
82 | dq2 = dfs(s,e,N);
| ^~~
| bfs