0_0_36637775_1234.cpp: In function 'int main()':
0_0_36637775_1234.cpp:10:13: error: expected unqualified-id before '[' token
for (auto& [a, b] : v) {
^
0_0_36637775_1234.cpp:10:13: error: expected ';' before '[' token
0_0_36637775_1234.cpp:10:14: error: 'a' was not declared in this scope
for (auto& [a, b] : v) {
^
0_0_36637775_1234.cpp:10:17: error: 'b' was not declared in this scope
for (auto& [a, b] : v) {
^
0_0_36637775_1234.cpp: In lambda function:
0_0_36637775_1234.cpp:10:20: error: expected '{' before ':' token
for (auto& [a, b] : v) {
^
0_0_36637775_1234.cpp: In function 'int main()':
0_0_36637775_1234.cpp:10:20: error: expected ';' before ':' token
0_0_36637775_1234.cpp:10:20: error: expected primary-expression before ':' token
0_0_36637775_1234.cpp:10:20: error: expected ')' before ':' token
0_0_36637775_1234.cpp:10:20: error: expected primary-expression before ':' token
|