0_0_37753999_29476.cpp: In function 'void merge(std::vector<std::pair<int, int> >&)':
0_0_37753999_29476.cpp:59:14: error: expected unqualified-id before '[' token
for(auto [i, j] : x) {
^
0_0_37753999_29476.cpp:59:14: error: expected ';' before '[' token
0_0_37753999_29476.cpp:59:15: error: 'i' was not declared in this scope
for(auto [i, j] : x) {
^
0_0_37753999_29476.cpp:59:18: error: 'j' was not declared in this scope
for(auto [i, j] : x) {
^
0_0_37753999_29476.cpp: In lambda function:
0_0_37753999_29476.cpp:59:21: error: expected '{' before ':' token
for(auto [i, j] : x) {
^
0_0_37753999_29476.cpp: In function 'void merge(std::vector<std::pair<int, int> >&)':
0_0_37753999_29476.cpp:59:21: error: expected ';' before ':' token
0_0_37753999_29476.cpp:59:21: error: expected primary-expression before ':' token
0_0_37753999_29476.cpp:59:21: error: expected ')' before ':' token
0_0_37753999_29476.cpp:59:21: error: expected primary-expression before ':' token
0_0_37753999_29476.cpp: In function 'void solve()':
0_0_37753999_29476.cpp:118:18: error: expected unqualified-id before '[' token
for(auto [i, j] : a) {
^
0_0_37753999_29476.cpp:118:18: error: expected ';' before '[' token
0_0_37753999_29476.cpp:118:19: error: 'i' was not declared in this scope
for(auto [i, j] : a) {
^
0_0_37753999_29476.cpp:118:22: error: 'j' was not declared in this scope
for(auto [i, j] : a) {
^
0_0_37753999_29476.cpp: In lambda function:
0_0_37753999_29476.cpp:118:25: error: expected '{' before ':' token
for(auto [i, j] : a) {
^
0_0_37753999_29476.cpp: In function 'void solve()':
0_0_37753999_29476.cpp:118:25: error: expected ';' before ':' token
0_0_37753999_29476.cpp:118:25: error: expected primary-expression before ':' token
0_0_37753999_29476.cpp:118:25: error: expected ')' before ':' token
0_0_37753999_29476.cpp:118:25: error: expected primary-expression before ':' token
|