Problem treecutting
User Rolo
Submission Time 2024-10-02 15:35:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

treecutting.cpp: In function ‘int main()’:
treecutting.cpp:73:2: error: ‘dfs4’ was not declared in this scope; did you mean ‘dfs3’?
73 | dfs4(1,-1);
| ^~~~
| dfs3