摘要: vector 边长数组,倍增的思想,支持比较运算。 string 字符串,substr(),返回子串,c_str(),返回字符串对应字符数组的头指针。 queue 队列,push(),插入元素,front(),返回队首的元素,pop(),把队首元素弹出。 priority_queue 优先队列,堆, 阅读全文
posted @ 2022-05-08 11:15 bz-2021 阅读(20) 评论(0) 推荐(0)