lower_bound\texttt{lower\_bound}lower_bound 的时间复杂度是 O(logn)O(\log n)O(logn) 吗?如果是,把 lower_bound\texttt{lower\_bound}lower_bound 应用于一个完全无序的序列上,还会返回序列中第一个大于 key\texttt{key}key 的元素吗?
pow(k,n)\texttt{pow(k,n)}pow(k,n) 的时间复杂度是 O(logn)O(\log n)O(logn) 还是 O(n)O(n)O(n)?