0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:73:17: error: expected unqualified-id before '[' token
for(auto& [x, y]: seg) {
^
0_0_37773229_20305.cpp:73:17: error: expected ';' before '[' token
0_0_37773229_20305.cpp:73:18: error: 'x' was not declared in this scope
for(auto& [x, y]: seg) {
^
0_0_37773229_20305.cpp:73:21: error: 'y' was not declared in this scope
for(auto& [x, y]: seg) {
^
0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:73:23: error: expected '{' before ':' token
for(auto& [x, y]: seg) {
^
0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:73:23: error: expected ';' before ':' token
0_0_37773229_20305.cpp:73:23: error: expected primary-expression before ':' token
0_0_37773229_20305.cpp:73:23: error: expected ')' before ':' token
0_0_37773229_20305.cpp:73:23: error: expected primary-expression before ':' token
0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:126:17: error: expected unqualified-id before '[' token
for(auto& [p, q]: a) {
^
0_0_37773229_20305.cpp:126:17: error: expected ';' before '[' token
0_0_37773229_20305.cpp:126:18: error: 'p' was not declared in this scope
for(auto& [p, q]: a) {
^
0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:126:23: error: expected '{' before ':' token
for(auto& [p, q]: a) {
^
0_0_37773229_20305.cpp: In lambda function:
0_0_37773229_20305.cpp:126:23: error: could not convert '<lambda closure object>main()::<lambda()>::<lambda()>{q}' from 'main()::<lambda()>::<lambda()>' to 'bool'
0_0_37773229_20305.cpp:126:23: error: expected ';' before ':' token
0_0_37773229_20305.cpp:126:23: error: expected primary-expression before ':' token
0_0_37773229_20305.cpp:126:23: error: expected ')' before ':' token
0_0_37773229_20305.cpp:126:23: error: expected primary-expression before ':' token
|