摘要: #include <bits/stdc++.h> using namespace std; int main(){ //第三种 int b1[]={1,2,3,4,5}; vector<int> b(b1,b1+sizeof(b1)/sizeof(int)); int a1[]={1,2}; vec 阅读全文
posted @ 2023-12-08 19:55 fushuxuan1 阅读(12) 评论(0) 推荐(0)