小W與字串

這是一道hash題,其實可以把每個子串都存下來,判斷它的開頭是不是prefix結尾是不是suffix,這是4題中最簡單的一題 #include<bits/stdc++.h> using namespace std; #define maxn 2005 map<long long,int>h; char S[maxn],p[maxn],s[maxn]; int n,n1,n2,ans; long l
相關文章
相關標籤/搜索