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

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

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

答案:FALSE