倾海_
倾海_
全部文章
分类
未归档(2)
归档
标签
去牛客网
登录
/
注册
倾海_的博客
全部文章
(共2篇)
E-水没城市
https://ac.nowcoder.com/acm/contest/11247/E #include <bits/stdc++.h> using namespace std; using ll = long long ; struct node{ int a,b,c; ...
C++
2022-06-30
0
299
rmq加二分
#include <bits/stdc++.h> using namespace std; typedef long long ll; constexpr int N = 1e6+10 ; constexpr int inf = 1e9+10 ; int fi[N][21],fa[N][...
C++
2022-02-25
0
343