摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=128; 4 string s; 5 int cnt=0; 6 int dfs(int l,int r){ 7 int p1=-1,p2=-1; 8 for(int i=l; 阅读全文
posted @ 2024-07-23 19:47 jacyoier 阅读(20) 评论(0) 推荐(0)
posted @ 2024-07-23 19:47 jacyoier 阅读(20) 评论(0) 推荐(0)