摘要: #include <bits/stdc++.h> using namespace std; vector<int> z(vector<int> x,vector<int> y){ int sum=0; vector<int> s(x.size()+y.size()+10,0); for(int i= 阅读全文
posted @ 2024-05-31 19:56 fushuxuan1 阅读(15) 评论(0) 推荐(0)