摘要: #include <bits/stdc++.h> using namespace std; vector<int> z(vector<int> v,vector<int> n){ int m; m=max(v.size(),n.size()); vector<int> s(m+2,0); int s 阅读全文
posted @ 2024-05-25 14:55 fushuxuan1 阅读(9) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; void z(vector<int> v,int c){ vector<int> s; int sum=0; for(int k=0;k<v.size()||sum!=0;k++){ sum+=v[k]*c; 阅读全文
posted @ 2024-05-25 09:58 fushuxuan1 阅读(25) 评论(0) 推荐(0)