0_0_37831089_17585.cpp: In function 'void dfs(int, int)':
0_0_37831089_17585.cpp:29:13: error: expected unqualified-id before '[' token
for(auto[v, val] : ver[x]) {
^
0_0_37831089_17585.cpp:29:13: error: expected ';' before '[' token
0_0_37831089_17585.cpp:29:14: error: 'v' was not declared in this scope
for(auto[v, val] : ver[x]) {
^
0_0_37831089_17585.cpp:29:17: error: 'val' was not declared in this scope
for(auto[v, val] : ver[x]) {
^
0_0_37831089_17585.cpp: In lambda function:
0_0_37831089_17585.cpp:29:22: error: expected '{' before ':' token
for(auto[v, val] : ver[x]) {
^
0_0_37831089_17585.cpp: In function 'void dfs(int, int)':
0_0_37831089_17585.cpp:29:22: error: expected ';' before ':' token
0_0_37831089_17585.cpp:29:22: error: expected primary-expression before ':' token
0_0_37831089_17585.cpp:29:22: error: expected ')' before ':' token
0_0_37831089_17585.cpp:29:22: error: expected primary-expression before ':' token
|