博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hdu 1238 字符串匹配
阅读量:5010 次
发布时间:2019-06-12

本文共 726 字,大约阅读时间需要 2 分钟。

题目链接:

最主要的是要求字符串的子串,反串,直接用string;

View Code
1 #include
2 #include
3 #include
4 using namespace std; 5 int n; 6 string s[111]; 7 8 int cmp(const string p,const string q){ 9 return p.length()
=1;i--){16 for(int j=0;i+j<=len;j++){17 string temp=str.substr(j,i);18 string t=temp;19 string retemp=t.assign(t.rbegin(),t.rend());20 for(int k=1;k
>s[i];41 }42 sort(s,s+n,cmp);43 int ans=dfs(s[0]);44 printf("%d\n",ans);45 }46 return 0;47 }

 

转载于:https://www.cnblogs.com/wally/archive/2013/02/26/2933288.html

你可能感兴趣的文章
已存在同名的数据库,或指定的文件无法打开或位于 UNC 共享目录中。
查看>>
MySQL的随机数函数rand()的使用技巧
查看>>
thymeleaf+bootstrap,onclick传参实现模态框中遇到的错误
查看>>
python字符串实战
查看>>
wyh的物品(二分)
查看>>
12: xlrd 处理Excel文件
查看>>
综合练习:词频统计
查看>>
中文url编码乱码问题归纳整理一
查看>>
Cesium应用篇:3控件(3)SelectionIndicator& InfoBox
查看>>
58. Length of Last Word(js)
查看>>
前端面试题汇总(持续更新...)
查看>>
如何成为F1车手?
查看>>
QT自定义消息
查看>>
Save (Not Permitted) Dialog Box
查看>>
装饰模式(Decorator)
查看>>
任务13:在Core Mvc中使用Options
查看>>
利用Excel 2010数据透视图实现数字的可视化的图形直观展示
查看>>
Sort Colors
查看>>
iview树的修改某个节点,树刷新后自动展开你刚才展开的所有节点
查看>>
oracle服务起不来以及无法监听问题解决
查看>>