摘要: #include #include #include using namespace std; int BF(char s[], char t[]) //BF算法 { int i = 0, j = 0; int m = strlen(s); int n = strlen(t); while (i = n) return ... 阅读全文
posted @ 2018-07-16 10:09 douzujun 阅读(260) 评论(0) 推荐(0)