#include #include using namespace std; int main() { map > a; a["cat"] = list; a["cat"].push_back(5); for (map >::iterator i = a.begin(); i != a.end(); ++i) { cout << i->first << " maps to "; for (list::iterator } cout << a["cat"] << endl; }