The Stream of Corning 2(线段树)

#pragma GCC optimize(2) #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int n,m; const int maxn = 1e6+1000; int t[maxn]; struct node{ int t; int val; int type;
相关文章
相关标签/搜索