摘要: 1、http://www.spoj.pl/problems/AIBOHP/:dp2、http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=114&page=show_problem&problem=6153、http://acm.hdu.edu.cn/showproblem.php?pid=3639 阅读全文
posted @ 2013-11-29 14:16 little_w 阅读(111) 评论(0) 推荐(0)
摘要: 题目地址:http://www.spoj.com/problems/EDIST/题目描述:给定字符串s1,字符串s2(长度#include#includeusing namespace std;int c[2005][2005];char s1[2005],s2[2005];int mins(int a,int b,int c){ if (a#include#includeusing namespace std;int c[2005][2005];int vis[2005][2005];char s1[2005],s2[2005];int mins(int a,int b,int c){... 阅读全文
posted @ 2013-11-29 13:17 little_w 阅读(295) 评论(0) 推荐(0)