摘要: Longest Ordered SubsequenceDescriptionA numeric sequence of ai is ordered if a1 #includeint a[100001];int dp[100001];int max(int a,int... 阅读全文
posted @ 2017-08-07 13:48 岩扉 阅读(188) 评论(0) 推荐(0) 编辑