0_0_37672099_27382.cpp: In function 'long long int dfs(long long int, long long int, long long int)':
0_0_37672099_27382.cpp:36:14: error: expected unqualified-id before '[' token
for(auto [y,a,b]:G[x]){
^
0_0_37672099_27382.cpp:36:14: error: expected ';' before '[' token
0_0_37672099_27382.cpp:36:15: error: 'y' was not declared in this scope
for(auto [y,a,b]:G[x]){
^
0_0_37672099_27382.cpp:36:17: error: 'a' was not declared in this scope
for(auto [y,a,b]:G[x]){
^
0_0_37672099_27382.cpp:36:19: error: 'b' was not declared in this scope
for(auto [y,a,b]:G[x]){
^
0_0_37672099_27382.cpp: In lambda function:
0_0_37672099_27382.cpp:36:21: error: expected '{' before ':' token
for(auto [y,a,b]:G[x]){
^
0_0_37672099_27382.cpp: In function 'long long int dfs(long long int, long long int, long long int)':
0_0_37672099_27382.cpp:36:21: error: expected ';' before ':' token
0_0_37672099_27382.cpp:36:21: error: expected primary-expression before ':' token
0_0_37672099_27382.cpp:36:21: error: expected ')' before ':' token
0_0_37672099_27382.cpp:36:21: error: expected primary-expression before ':' token
|