摘要:
#include #include #include #include using namespace std; bool KMP(const string &s1, const string &s2); vector findMatchInFrontAndBack(const string &s2); int partPi(const string &amatch); int m... 阅读全文
posted @ 2016-08-10 16:37
诱兔
阅读(3549)
评论(0)
推荐(0)