摘要: Problem A. Ascending Rating 先学习一下单调队列与单调栈,其实和STL的也没啥区别,就是手动维护数组。 POJ 2823 #include <cstdio> #include <algorithm> using namespace std; const int maxn = 阅读全文
posted @ 2018-07-31 17:36 卷珠帘 阅读(183) 评论(0) 推荐(0) 编辑