摘要:
bool cmp1(int pos,char *p) { pos=sa[pos]; int len1=n-pos+1,len2=now,l=min(len1,len2); int flag=strncmp(a+pos,p,l); return flag>0||(flag==0&&len1>=len2); } bool cmp2(int pos,char *p) {... 阅读全文
posted @ 2017-12-09 15:13
mxzf0213
阅读(270)
评论(0)
推荐(0)

浙公网安备 33010602011771号