0_0_38790971_29462.cpp: In function 'void dfs(int, std::vector<int>&)':
0_0_38790971_29462.cpp:33:9: error: a function-definition is not allowed here before '{' token
33 | {
| ^
0_0_38790971_29462.cpp:62:10: error: expected '}' at end of input
62 | }
| ^
0_0_38790971_29462.cpp:14:5: note: to match this '{'
14 | { // 这个是重点
| ^
0_0_38790971_29462.cpp:62:10: error: expected '}' at end of input
62 | }
| ^
0_0_38790971_29462.cpp:10:1: note: to match this '{'
10 | {
| ^
|