摘要: 题意:给定两个字符串 判断是否在第二个字符串中存在子串(可以不连续)为第一个穿大水体#includeusing namespace std;char s[100001],t[100001];int main(){ int ls,le; int ts,te; int l1,l2; ... 阅读全文
posted @ 2014-06-13 19:25 _一千零一夜 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 题意:给定一个字典 然后在给定一系列字符串 问在字典中是否能找到此字符串 或者是否存在 删除 增加 改变 一个字符 使之成为相同的字符串思路:暴力 模拟改了几遍 1 #include 2 #include 3 #include 4 using namespace std; 5 char m... 阅读全文
posted @ 2014-06-13 18:55 _一千零一夜 阅读(113) 评论(0) 推荐(0) 编辑