I have the following compiler error, how could I fix it?
error: instantiated from `_Tp& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const _Key&a
operator < must be available for the key type, or you should provide a comparison functor to the map constructor.
operator <