0_0_35150603_7768.cpp: In member function 'void StoerWagner::merge(int&, int&)':
0_0_35150603_7768.cpp:11:13: error: expected unqualified-id before '[' token
for (auto [x, c] : g[s]) {
^
0_0_35150603_7768.cpp:11:13: error: expected ';' before '[' token
0_0_35150603_7768.cpp:11:14: error: 'x' was not declared in this scope
for (auto [x, c] : g[s]) {
^
0_0_35150603_7768.cpp:11:17: error: 'c' was not declared in this scope
for (auto [x, c] : g[s]) {
^
0_0_35150603_7768.cpp: In lambda function:
0_0_35150603_7768.cpp:11:20: error: expected '{' before ':' token
for (auto [x, c] : g[s]) {
^
0_0_35150603_7768.cpp: In member function 'void StoerWagner::merge(int&, int&)':
0_0_35150603_7768.cpp:11:20: error: expected ';' before ':' token
0_0_35150603_7768.cpp:11:20: error: expected primary-expression before ':' token
0_0_35150603_7768.cpp:11:20: error: expected ')' before ':' token
0_0_35150603_7768.cpp:11:20: error: expected primary-expression before ':' token
0_0_35150603_7768.cpp: In lambda function:
0_0_35150603_7768.cpp:31:15: error: expected unqualified-id before '[' token
for (auto [i, c] : g[x]) {
^
0_0_35150603_7768.cpp:31:15: error: expected ';' before '[' token
0_0_35150603_7768.cpp:31:16: error: 'i' was not declared in this scope
for (auto [i, c] : g[x]) {
^
0_0_35150603_7768.cpp:31:19: error: 'c' was not declared in this scope
for (auto [i, c] : g[x]) {
^
0_0_35150603_7768.cpp: In lambda function:
0_0_35150603_7768.cpp:31:22: error: expected '{' before ':' token
for (auto [i, c] : g[x]) {
^
0_0_35150603_7768.cpp: In lambda function:
0_0_35150603_7768.cpp:31:22: error: expected ';' before ':' token
0_0_35150603_7768.cpp:31:22: error: expected primary-expression before ':' token
0_0_35150603_7768.cpp:31:22: error: expected ')' before ':' token
0_0_35150603_7768.cpp:31:22: error: expected primary-expression before ':' token
|