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;
相關文章
相關標籤/搜索