0_0_36577108_10700.cpp: In function 'int dfs(int)':
0_0_36577108_10700.cpp:13:15: error: expected unqualified-id before '[' token
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp:13:15: error: expected ';' before '[' token
0_0_36577108_10700.cpp:13:16: error: 'y' was not declared in this scope
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp:13:18: error: 'w' was not declared in this scope
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp: In lambda function:
0_0_36577108_10700.cpp:13:20: error: expected '{' before ':' token
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp: In function 'int dfs(int)':
0_0_36577108_10700.cpp:13:20: error: expected ';' before ':' token
0_0_36577108_10700.cpp:13:20: error: expected primary-expression before ':' token
0_0_36577108_10700.cpp:13:20: error: expected ')' before ':' token
0_0_36577108_10700.cpp:13:20: error: expected primary-expression before ':' token
0_0_36577108_10700.cpp: In function 'int deal(int&, int&)':
0_0_36577108_10700.cpp:50:19: error: expected unqualified-id before '[' token
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp:50:19: error: expected ';' before '[' token
0_0_36577108_10700.cpp:50:20: error: 'y' was not declared in this scope
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp:50:22: error: 'w' was not declared in this scope
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp: In lambda function:
0_0_36577108_10700.cpp:50:24: error: expected '{' before ':' token
for(auto &[y,w]:g[x]){
^
0_0_36577108_10700.cpp: In function 'int deal(int&, int&)':
0_0_36577108_10700.cpp:50:24: error: expected ';' before ':' token
0_0_36577108_10700.cpp:50:24: error: expected primary-expression before ':' token
0_0_36577108_10700.cpp:50:24: error: expected ')' before ':' token
0_0_36577108_10700.cpp:50:24: error: expected primary-expression before ':' token
|