摘要: 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)