洛谷P2709(简单莫队)

#include<iostream> #include<cstdio> #include<math.h> #include<algorithm> using namespace std; const int maxn = 50005; typedef long long ll; ll c[maxn]; ll sum[maxn]; struct node{ ll l,r,num; }q[m
相关文章
相关标签/搜索