摘要: code #include<iostream> #include<cstring> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); int i, n; char sa[10000], sb[1 阅读全文
posted @ 2022-02-25 10:20 ggexs 阅读(38) 评论(0) 推荐(0)