随笔分类 -  DP

摘要:AT4298 [ABC118D] Match Matching #include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<map> #include<algorithm> #include<queue 阅读全文
posted @ 2021-08-10 21:49 latent_Lin 阅读(39) 评论(0) 推荐(0)
摘要:1 #include<iostream> 2 #include<cstdio> 3 using namespace std; 4 int n,m,a[101],dp[10001]; 5 int main(){ 6 scanf("%d%d",&n,&m); 7 for(int i=1;i<=n;i++ 阅读全文
posted @ 2020-10-22 17:54 latent_Lin 阅读(102) 评论(0) 推荐(0)