摘要: 阅读全文
posted @ 2020-02-15 20:03 ZMWLxh 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 题意:http://acm.hdu.edu.cn/showproblem.php?pid=5261 思路: 可以发现每个i都有一个取值半径,单调队列顺逆维护两遍就行了。 1 #define IOS ios_base::sync_with_stdio(0); cin.tie(0); 2 #includ 阅读全文
posted @ 2020-02-15 11:43 ZMWLxh 阅读(227) 评论(0) 推荐(0) 编辑