communication.cpp:13:203: error: could not convert '{{0, {1}}, {1, {1}}, {8, {1}}, {64, {1}}, {65, {1, 2, 3}}, {72, {2, 3}}, {1000, {2, 3}}, {1001, {1, 2, 3}}, {1010, {1}}, {1100, {2, 3}}, {1101, {2, 3}}, {1110, {2, 3}}}' from '<brace-enclosed initializer list>' to 'std::map<std::__cxx11::basic_string<char>, std::vector<int> >'
13 | map <string, vector <int>> x = {{0000, {1}},{0001, {1}},{0010, {1}},{0100, {1}},{0101, {1, 2, 3}},{0110, {2, 3}},{1000, {2, 3}},{1001, {1, 2, 3}},{1010, {1}},{1100, {2, 3}},{1101, {2, 3}},{1110, {2, 3}}};
| ^
| |
| <brace-enclosed initializer list>