摘要: 代码: #include<iostream> #include<stdio.h> #include<string.h> using namespace std; const int maxn = 1005; int dp[maxn][maxn]; int main(){ char s1[maxn], 阅读全文
posted @ 2020-02-26 22:31 sqsq 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 代码: #include<iostream> #include<stdio.h> using namespace std; const int maxn = 1001; int a[maxn],dp[maxn]; int main(){ int n; cin>>n; for(int i=1;i<=n 阅读全文
posted @ 2020-02-26 17:49 sqsq 阅读(83) 评论(0) 推荐(0) 编辑