摘要:
1、求一串字符串中连续出现次数最多的字串 #include#include#includeusing namespace std;pair fun(const string &str){ vector substrs; int maxcount=1,count=1; string substr; int i,len=str.length(); for(i... 阅读全文
posted @ 2014-06-06 21:33
yexuannan
阅读(284)
评论(0)
推荐(0)

浙公网安备 33010602011771号