摘要: #include<bits/stdc++.h> using namespace std; #define N 50005 int k; char ch[N][100]; char a[N]; int mp[N][100],in[N],out[N]; char ans[N]; int cnt; que 阅读全文
posted @ 2023-03-18 11:31 pig_pig 阅读(29) 评论(0) 推荐(0)