摘要: 链接 分析:对前半部分求最长上升,对后半部分,求最长下降,二者的最大值即为所求,注意重复的部分 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using namespace s 阅读全文
posted @ 2017-06-15 00:55 wolf940509 阅读(168) 评论(0) 推荐(0)