摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2112 1 #include 2 #include 3 #include 4 #define maxn 155 5 #define INF 0xffffff 6 using namespace std; 7 int map[maxn][maxn]; 8 char s1[10005][40],s2[10005][40],s[10005][40]; 9 int t[10005];10 int n,cnt=0;11 int solve(char *p)12 {13 for(int i=1;i<=cnt;i.. 阅读全文
posted @ 2014-03-19 13:53 清风旋叶 阅读(174) 评论(0) 推荐(0) 编辑