摘要: #include <iostream> #include <cmath> #include <vector> using namespace std; int main(){ string a,b; cin>>a>>b; vector<int> x,y; for(int i = a.size()-1 阅读全文
posted @ 2024-05-31 20:04 王一行(小号) 阅读(17) 评论(0) 推荐(0)