/* 返回顶部 */
摘要: Gate 倍增模板,在一个严格小根堆中,给定$x,y$,求$x$的祖先中$≥y$的最高点。 注意清零 #include<cstdio> #include<iostream> #include<cstring> #define MogeKo qwq using namespace std; const 阅读全文
posted @ 2019-03-27 17:48 Mogeko 阅读(128) 评论(2) 推荐(0)