0_0_37719754_4854.cpp: In lambda function:
0_0_37719754_4854.cpp:65:14: error: expected unqualified-id before '[' token
for (auto [c, v] : pnt) {
^
0_0_37719754_4854.cpp:65:14: error: expected ';' before '[' token
0_0_37719754_4854.cpp:65:15: error: 'c' was not declared in this scope
for (auto [c, v] : pnt) {
^
0_0_37719754_4854.cpp:65:18: error: 'v' was not declared in this scope
for (auto [c, v] : pnt) {
^
0_0_37719754_4854.cpp: In lambda function:
0_0_37719754_4854.cpp:65:21: error: expected '{' before ':' token
for (auto [c, v] : pnt) {
^
0_0_37719754_4854.cpp: In lambda function:
0_0_37719754_4854.cpp:65:21: error: expected ';' before ':' token
0_0_37719754_4854.cpp:65:21: error: expected primary-expression before ':' token
0_0_37719754_4854.cpp:65:21: error: expected ')' before ':' token
0_0_37719754_4854.cpp:65:21: error: expected primary-expression before ':' token
|