我无法决定在以下情况下使用哪个STL容器:
有没有现成的容器可用于此?我不想使用向量,然后std::find在push_back每次执行之前执行.
std::find
push_back
c++ stl
c++ ×1
stl ×1