摘要: 题目 分析 由大题目知此题分块 注意处理前驱下标的合法性 \(Code\) #include<cstdio> #include<cmath> #include<algorithm> using namespace std; const int N = 1e5 + 5; int n, a[N], t[ 阅读全文
posted @ 2020-12-03 20:08 leiyuanze 阅读(185) 评论(0) 推荐(0)