随笔分类 -  C++ / 容器

摘要:1. #include <iostream> #include <list> using namespace std; int main(){ list<int> a = {1,2,3}; list<int> b = {4,5,6}; list<int>::iterator i,j; j = a.e 阅读全文
posted @ 2023-12-31 09:54 王一行(小号) 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示