0_0_37864067_26756.cpp: In function 'int main()':
0_0_37864067_26756.cpp:49:19: error: expected unqualified-id before '[' token
for (auto [x,y]:cnt) if (y >= 3) {
^
0_0_37864067_26756.cpp:49:19: error: expected ';' before '[' token
0_0_37864067_26756.cpp:49:20: error: 'x' was not declared in this scope
for (auto [x,y]:cnt) if (y >= 3) {
^
0_0_37864067_26756.cpp:49:22: error: 'y' was not declared in this scope
for (auto [x,y]:cnt) if (y >= 3) {
^
0_0_37864067_26756.cpp: In lambda function:
0_0_37864067_26756.cpp:49:24: error: expected '{' before ':' token
for (auto [x,y]:cnt) if (y >= 3) {
^
0_0_37864067_26756.cpp: In function 'int main()':
0_0_37864067_26756.cpp:49:24: error: expected ';' before ':' token
0_0_37864067_26756.cpp:49:24: error: expected primary-expression before ':' token
0_0_37864067_26756.cpp:49:24: error: expected ')' before ':' token
0_0_37864067_26756.cpp:49:24: error: expected primary-expression before ':' token
|