0_0_37558290_14939.cpp: In function 'void pull(int, int)':
0_0_37558290_14939.cpp:12:15: error: expected unqualified-id before '[' token
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp:12:15: error: expected ';' before '[' token
0_0_37558290_14939.cpp:12:16: error: 'y' was not declared in this scope
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp:12:18: error: 'id' was not declared in this scope
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp: In lambda function:
0_0_37558290_14939.cpp:12:21: error: expected '{' before ':' token
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp: In function 'void pull(int, int)':
0_0_37558290_14939.cpp:12:21: error: expected ';' before ':' token
0_0_37558290_14939.cpp:12:21: error: expected primary-expression before ':' token
0_0_37558290_14939.cpp:12:21: error: expected ')' before ':' token
0_0_37558290_14939.cpp:12:21: error: expected primary-expression before ':' token
0_0_37558290_14939.cpp: In function 'void dfs(int, int, int)':
0_0_37558290_14939.cpp:20:15: error: expected unqualified-id before '[' token
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp:20:15: error: expected ';' before '[' token
0_0_37558290_14939.cpp:20:16: error: 'y' was not declared in this scope
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp:20:18: error: 'id' was not declared in this scope
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp: In lambda function:
0_0_37558290_14939.cpp:20:21: error: expected '{' before ':' token
for(auto &[y,id]:g[x])if(y!=p){
^
0_0_37558290_14939.cpp: In function 'void dfs(int, int, int)':
0_0_37558290_14939.cpp:20:21: error: expected ';' before ':' token
0_0_37558290_14939.cpp:20:21: error: expected primary-expression before ':' token
0_0_37558290_14939.cpp:20:21: error: expected ')' before ':' token
0_0_37558290_14939.cpp:20:21: error: expected primary-expression before ':' token
|