0_0_37756953_21130.cpp: In function 'void merge(std::vector<std::pair<int, int> >&)':
0_0_37756953_21130.cpp:71:12: error: expected unqualified-id before '[' token
for (auto [x, y] : s) {
^
0_0_37756953_21130.cpp:71:12: error: expected ';' before '[' token
0_0_37756953_21130.cpp:71:13: error: 'x' was not declared in this scope
for (auto [x, y] : s) {
^
0_0_37756953_21130.cpp:71:16: error: 'y' was not declared in this scope
for (auto [x, y] : s) {
^
0_0_37756953_21130.cpp: In lambda function:
0_0_37756953_21130.cpp:71:19: error: expected '{' before ':' token
for (auto [x, y] : s) {
^
0_0_37756953_21130.cpp: In function 'void merge(std::vector<std::pair<int, int> >&)':
0_0_37756953_21130.cpp:71:19: error: expected ';' before ':' token
0_0_37756953_21130.cpp:71:19: error: expected primary-expression before ':' token
0_0_37756953_21130.cpp:71:19: error: expected ')' before ':' token
0_0_37756953_21130.cpp:71:19: error: expected primary-expression before ':' token
0_0_37756953_21130.cpp: In function 'void solve()':
0_0_37756953_21130.cpp:125:14: error: expected unqualified-id before '[' token
for ( auto [x, y] : a) {
^
0_0_37756953_21130.cpp:125:14: error: expected ';' before '[' token
0_0_37756953_21130.cpp: In lambda function:
0_0_37756953_21130.cpp:125:21: error: expected '{' before ':' token
for ( auto [x, y] : a) {
^
0_0_37756953_21130.cpp: In function 'void solve()':
0_0_37756953_21130.cpp:125:21: error: could not convert '<lambda closure object>solve()::<lambda()>{x, y}' from 'solve()::<lambda()>' to 'bool'
0_0_37756953_21130.cpp:125:21: error: expected ';' before ':' token
0_0_37756953_21130.cpp:125:21: error: expected primary-expression before ':' token
0_0_37756953_21130.cpp:125:21: error: expected ')' before ':' token
0_0_37756953_21130.cpp:125:21: error: expected primary-expression before ':' token
|