摘要: #include<iostream> #include<algorithm> using namespace std; const int maxn=5e5+10; typedef long long ll; int n,m; struct node{ ll ls,rs,ms,s; }a[maxn< 阅读全文
posted @ 2020-01-02 16:27 艾尔夏尔-Layton 阅读(109) 评论(0) 推荐(0) 编辑