hdu 6194 沈阳网络赛--string string string(后…
2018-06-17 21:56:34来源:未知 阅读 ()
题目链接
Given a string s, we define a substring that happens exactly k times as an important string, and you need to find out how many substrings which are important strings.
For each test case, there are two lines:
the first line contains an integer k (k≥1) which is described above;
the second line contain a string s (length(s)≤105).
It's guaranteed that ∑length(s)≤2∗106.
#include <iostream> #include <algorithm> #include <cstdio> #include <cstring> #include <cmath> using namespace std; typedef long long LL; const int N=1e5+5; char s[N]; int k; int wa[N],wb[N],wv[N],wss[N]; int sa[N],ran[N],height[N]; int f[N][20]; int cmp(int *r,int a,int b,int l) { return r[a]==r[b]&&r[a+l]==r[b+l]; } void da(char *r,int *sa,int n,int m) { int i,j,p,*x=wa,*y=wb,*t; for(i=0; i<m; i++) wss[i]=0; for(i=0; i<n; i++) wss[x[i]=(int)r[i]]++; for(i=1; i<m; i++) wss[i]+=wss[i-1]; for(i=n-1; i>=0; i--) sa[--wss[x[i]]]=i; for(j=1,p=1; p<n; j*=2,m=p) { for(p=0,i=n-j; i<n; i++) y[p++]=i; for(i=0; i<n; i++) if(sa[i]>=j) y[p++]=sa[i]-j; for(i=0; i<n; i++) wv[i]=x[y[i]]; for(i=0; i<m; i++) wss[i]=0; for(i=0; i<n; i++) wss[wv[i]]++; for(i=1; i<m; i++) wss[i]+=wss[i-1]; for(i=n-1; i>=0; i--) sa[--wss[wv[i]]]=y[i]; for(t=x,x=y,y=t,p=1,x[sa[0]]=0,i=1; i<n; i++) x[sa[i]]=cmp(y,sa[i-1],sa[i],j)?p-1:p++; } return; } void callheight(char *r,int *sa,int n) { int i,j,k=0; for(i=1;i<=n;i++) ran[sa[i]]=i; for(i=0;i<n;height[ran[i++]]=k) for(k?k--:0,j=sa[ran[i]-1];r[i+k]==r[j+k];k++); return ; } void init(int len) { for(int i=1;i<=len;i++) f[i][0]=height[i]; for(int s=1;(1<<s)<=len;s++) { int tmp=(1<<s); for(int i=1;i+tmp-1<=len;i++) { f[i][s]=min(f[i][s-1],f[i+tmp/2][s-1]); } } } int cal(int l,int r) { int len=log2(r-l+1); int ans=min(f[l][len],f[r-(1<<len)+1][len]); return ans; } int main() { int T; cin>>T; while(T--) { scanf("%d%s",&k,s); int len=strlen(s); da(s,sa,len+1,130); callheight(s,sa,len); init(len); int ans=0; for(int i=1;i+k-1<=len;i++) { int j=i+k-1; int tmp=height[i]; if(j+1<=len) tmp=max(tmp,height[j+1]); int x; if(k!=1) { x=cal(i+1,j); } else x=len-sa[i]; ans+=max(0,x-tmp); } printf("%d\n",ans); } return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- HDU-2955-Robberies(0-1背包) 2020-03-30
- hdu1455 拼木棍(经典dfs) 2020-02-29
- anniversary party_hdu1520 2020-02-16
- hdu1062 text reverse 2020-01-27
- hdu4841 2020-01-26
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash