码迷,mamicode.com
首页 >  
搜索关键字:查找子串个数    ( 1个结果
华为机试—查找子串个数
输入一个字符串,判断有多少个子串。 输入: asdg ds  dga   输出:3 #include #include using namespace std; int num_of_sub(char *str) { int len = strlen(str); int count = 0; for(i...
分类:其他好文   时间:2014-12-26 18:39:50    阅读次数:185
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!