0_0_38194461_26379.cpp: In function 'int main()':
0_0_38194461_26379.cpp:32:19: error: expected unqualified-id before '[' token
for (auto [x, y]: all) {
^
0_0_38194461_26379.cpp:32:19: error: expected ';' before '[' token
0_0_38194461_26379.cpp:32:20: error: 'x' was not declared in this scope
for (auto [x, y]: all) {
^
0_0_38194461_26379.cpp:32:23: error: 'y' was not declared in this scope
for (auto [x, y]: all) {
^
0_0_38194461_26379.cpp: In lambda function:
0_0_38194461_26379.cpp:32:25: error: expected '{' before ':' token
for (auto [x, y]: all) {
^
0_0_38194461_26379.cpp: In function 'int main()':
0_0_38194461_26379.cpp:32:25: error: expected ';' before ':' token
0_0_38194461_26379.cpp:32:25: error: expected primary-expression before ':' token
0_0_38194461_26379.cpp:32:25: error: expected ')' before ':' token
0_0_38194461_26379.cpp:32:25: error: expected primary-expression before ':' token
|