随笔分类 -  动态规划-线性dp

摘要:1. 朴素解法,复杂度On2,只能过一半的点。 c++ include using namespace std; typedef struct{ int num; int len; int dlen; }Missile; Missile miss[100010]; int cnt=0,n=1,max 阅读全文
posted @ 2019-05-16 19:23 一块钱的争论 阅读(161) 评论(0) 推荐(0)