2019年9月15日

背包专题

摘要: 01背包 hdu 2602 #include <bits/stdc++.h> using namespace std; #define N 1010 #define ll long long #define inf 0x3f3f3f3f int t; int n,V; struct Node{ in 阅读全文

posted @ 2019-09-15 21:03 cltt 阅读(135) 评论(0) 推荐(0) 编辑

字符串 最小编辑

摘要: #include <bits/stdc++.h> using namespace std; #define N 5010 #define ll long long #define inf 0x3f3f3f3f char s[N],p[N]; int ls,lp; int c0,c1,c2; int dp[N][N]; //把s变为p的最小代价 //c0 增加一个的代价 //c1 删除一个的代价 / 阅读全文

posted @ 2019-09-15 15:15 cltt 阅读(214) 评论(0) 推荐(0) 编辑

导航