【题解】洛谷P3865 ST表

题目链接 #include<cstdio> #include<algorithm> #include<cmath> using namespace std; const int N=1e5+10; inline int read() { int x=0,f=0;char ch=getchar(); while(ch<'0'||ch>'9')f|=ch=='-',ch=getchar(); w
相关文章
相关标签/搜索