CodeForces - 1169D Good Triple

給定一個01串,判斷這個串中有幾個區間能夠知足 s[i]=s[i+k]=s[i+2k]c++ AC代碼: #include <bits/stdc++.h> using namespace std; int main() { string str; cin>>str; long long int pairs = 0; if(str.length()<2) {
相關文章
相關標籤/搜索