二分查找
题目描述
输入 n n n 个不超过 1 0 9 10^9 109 的单调不减的(就是后面的数字不小于前面的数字)非负整数 a 1 , a 2 , … , a n a_1,a_2,\dots,a_{n} a1,a2,…,an,然后进行 m m m 次询问。对于每次询问,给出一…
文章目录 enable_shared_from_this定义使用场合源码实现注意 enable_shared_from_this定义
定义于头文件
template< class T > class enable_shared_from_this; (C11 起) std::enable_shared_from_this 能让其一个对象(假设其名为 t ,且已被一…