07 2018 档案

摘要:#include"iostream"#include"cstdio"#include"algorithm"#include"cstring"#define N 500using namespace std;int lcs[N][N];//lcs[x][y]表示 串1的第一位的到x,串2的第一位到y的 阅读全文
posted @ 2018-07-21 22:52 ltltlti-h 阅读(111) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 #define p 8 6 #define carry 100000000 7 #define maxn 10001 8 #define maxns 2001 9 long long ll=0; 10 char s1[maxn],s2[maxn]; 11 int a[maxns],b[... 阅读全文
posted @ 2018-07-20 18:31 ltltlti-h 阅读(135) 评论(0) 推荐(0)