摘要: ac代码: #include<bits/stdc++.h> using namespace std; const int N = 15; struct node{ string str; int step; }; string a, b; string orginal[N]; string tran 阅读全文
posted @ 2024-09-05 21:20 xiaoluosibky 阅读(39) 评论(0) 推荐(1)