0_0_36958968_12840.cpp: In function 'void dfs(int)':
0_0_36958968_12840.cpp:18:12: error: expected unqualified-id before '[' token
for (auto [v, w] : adj[u]) {
^
0_0_36958968_12840.cpp:18:12: error: expected ';' before '[' token
0_0_36958968_12840.cpp:18:13: error: 'v' was not declared in this scope
for (auto [v, w] : adj[u]) {
^
0_0_36958968_12840.cpp:18:16: error: 'w' was not declared in this scope
for (auto [v, w] : adj[u]) {
^
0_0_36958968_12840.cpp: In lambda function:
0_0_36958968_12840.cpp:18:19: error: expected '{' before ':' token
for (auto [v, w] : adj[u]) {
^
0_0_36958968_12840.cpp: In function 'void dfs(int)':
0_0_36958968_12840.cpp:18:19: error: expected ';' before ':' token
0_0_36958968_12840.cpp:18:19: error: expected primary-expression before ':' token
0_0_36958968_12840.cpp:18:19: error: expected ')' before ':' token
0_0_36958968_12840.cpp:18:19: error: expected primary-expression before ':' token
|