第31485题 单选题
以下关于C++ STL哈希容器(unordered系列)的应用描述,正确的是?

C++ STL中的哈希容器主要包括unordered_set、unordered_map等,底层基于哈希表实现,是开发中常用的关联容器类型。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析