0_0_37844339_15869.cpp: In lambda function:
0_0_37844339_15869.cpp:26:13: error: expected unqualified-id before '[' token
for (auto [x, p] : pr) {
^
0_0_37844339_15869.cpp:26:13: error: expected ';' before '[' token
0_0_37844339_15869.cpp:26:14: error: 'x' was not declared in this scope
for (auto [x, p] : pr) {
^
0_0_37844339_15869.cpp:26:17: error: 'p' was not declared in this scope
for (auto [x, p] : pr) {
^
0_0_37844339_15869.cpp: In lambda function:
0_0_37844339_15869.cpp:26:20: error: expected '{' before ':' token
for (auto [x, p] : pr) {
^
0_0_37844339_15869.cpp: In lambda function:
0_0_37844339_15869.cpp:26:20: error: expected ';' before ':' token
0_0_37844339_15869.cpp:26:20: error: expected primary-expression before ':' token
0_0_37844339_15869.cpp:26:20: error: expected ')' before ':' token
0_0_37844339_15869.cpp:26:20: error: expected primary-expression before ':' token
|