Str

兩個串 s 和 t 相似當且僅當它們所有的字符的數量都相同。 比較s的兩個子串是否相似是 O(26) 的。 暴力枚舉 n 的因子 k 。比較 n/k 個串是否相似。 #include<bits/stdc++.h> using namespace std; string hh; int len; int c[30][100001]; inline int lb (int n) { retur
相關文章
相關標籤/搜索