摘要: 题面 Description 给定N个数对(xi, yi),求最长上升子序列的长度。上升序列定义为{(xi, yi)}满足对i include include include include using namespace std; const int MAXN = 100005; inline i 阅读全文
posted @ 2018-11-27 08:17 Monster_Qi 阅读(197) 评论(0) 推荐(0) 编辑