但是,如果是自定 义类型,或者稍微复杂的类型——pair<>,tuple<>等 类型,则会报错。下面简介一下unordered_set使用 方法,可以看 https://zh.cppreference.com/w/cpp/utility/hash。 我只是一个搬运工 如果是在set等容器中,原因就是这个泛型容器需要比 较函数,下面是set函数的定义 https://zh.cppreference.com...