摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn = 1010; 6 7 int equ(const char *a,int beg,int beh) //总是与首字符形成的串相比,beh为后一个的序列 8 { 9 int n = strlen(a), i;... 阅读全文
posted @ 2016-06-14 17:40
douzujun
阅读(186)
评论(0)
推荐(0)