shyyhs
shyyhs
全部文章
数据结构
DP专题(52)
图论(4)
多校补题(2)
数论(4)
日记(14)
未归档(38)
题解(330)
归档
标签
去牛客网
登录
/
注册
shyyhs的博客
全部文章
/ 数据结构
(共1篇)
ST表
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=1e6+5; const int M=25; const int mod=1e9+7; int fx[N][M],fi[N][...
st表
2022-02-24
1
467