摘要: code #include<iostream> using namespace std; typedef long long LL; const int N=1500000,M=100010; int vis[N],prime[M]; LL f[M]; int main(){ ios::sync_w 阅读全文
posted @ 2022-02-10 14:29 ethon-wang 阅读(34) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; int len; string s; void recursion(int l,int r){ if(l==r||l>(len-1)/2){//single charac 阅读全文
posted @ 2022-02-10 13:23 ethon-wang 阅读(40) 评论(0) 推荐(0) 编辑