hdu多校第二場題解(>=100人)

G - Naive Operations 一開始想到了線段樹,可是沒仔細思考如何操做。 大概就是維護區間最小值,若是最小值小於等於0才繼續往下推。node #include<bits/stdc++.h> using namespace std; const int maxn=1e5+5; int b[maxn]; struct node { int mi,lazy,sum; nod
相關文章
相關標籤/搜索