摘要: 【题解】 维护一个单调栈即可。 但是因为有相同身高的存在,所以要稍微考虑下相同身高的处理。因为这个卡了一下下QAQ... 1 #include<cstdio> 2 #include<algorithm> 3 #include<cstring> 4 #define LL long long 5 #de 阅读全文
posted @ 2018-07-30 17:39 Driver_Lao 阅读(158) 评论(0) 推荐(0) 编辑