-->
当前位置:首页 > 题库

向STL中的关联型容器set中插入元素时,使用set的方法insert(pos, elem),是指在pos位置插入元素elem,

Luz5年前 (2021-05-10)题库1513
向STL中的关联型容器set中插入元素时,使用set的方法insert(pos, elem),是指在pos位置插入元素elem,元素elem一定在pos指定的位置。 ~@[](1)

答案:FALSE