0_0_37732760_29424.cpp: In function 'int dfs(int, int)':
0_0_37732760_29424.cpp:83:13: error: expected unqualified-id before '[' token
for (auto [v, w] : g[x]) {
^
0_0_37732760_29424.cpp:83:13: error: expected ';' before '[' token
0_0_37732760_29424.cpp:83:14: error: 'v' was not declared in this scope
for (auto [v, w] : g[x]) {
^
0_0_37732760_29424.cpp:83:17: error: 'w' was not declared in this scope
for (auto [v, w] : g[x]) {
^
0_0_37732760_29424.cpp: In lambda function:
0_0_37732760_29424.cpp:83:20: error: expected '{' before ':' token
for (auto [v, w] : g[x]) {
^
0_0_37732760_29424.cpp: In function 'int dfs(int, int)':
0_0_37732760_29424.cpp:83:20: error: expected ';' before ':' token
0_0_37732760_29424.cpp:83:20: error: expected primary-expression before ':' token
0_0_37732760_29424.cpp:83:20: error: expected ')' before ':' token
0_0_37732760_29424.cpp:83:20: error: expected primary-expression before ':' token
|