0_0_37924733_12761.cpp: In function 'bool check(std::map<char, int>)':
0_0_37924733_12761.cpp:17:11: error: expected unqualified-id before '[' token
for(auto [x, y] : mp) {
^
0_0_37924733_12761.cpp:17:11: error: expected ';' before '[' token
0_0_37924733_12761.cpp:17:12: error: 'x' was not declared in this scope
for(auto [x, y] : mp) {
^
0_0_37924733_12761.cpp:17:15: error: 'y' was not declared in this scope
for(auto [x, y] : mp) {
^
0_0_37924733_12761.cpp: In lambda function:
0_0_37924733_12761.cpp:17:18: error: expected '{' before ':' token
for(auto [x, y] : mp) {
^
0_0_37924733_12761.cpp: In function 'bool check(std::map<char, int>)':
0_0_37924733_12761.cpp:17:18: error: expected ';' before ':' token
0_0_37924733_12761.cpp:17:18: error: expected primary-expression before ':' token
0_0_37924733_12761.cpp:17:18: error: expected ')' before ':' token
0_0_37924733_12761.cpp:17:18: error: expected primary-expression before ':' token
|