摘要: //#include<iostream> //#include<list> //using namespace std; //int main(){ // list<int> b={6,7,8,9,10}; // list<int> a={1,2,3,4,5}; // b.splice(b.begi 阅读全文
posted @ 2023-12-31 09:53 陈若麟 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //#include<iostream> //#include<deque> //using namespace std; //int main(){ // int n; // cin>>n; // int b[n]; // for(int i=0;i<n;i++){ // cin>>b[i]; / 阅读全文
posted @ 2023-12-31 09:31 陈若麟 阅读(8) 评论(0) 推荐(0) 编辑