摘要: ## vector 容器 ### 迭代器 ``` vector v{1, 0, 0, 8, 6}; for(vector::interator it = v.begin(); it != v.end(); it ++) cout s{1, 0, 0, 8, 6}; for(set::interato 阅读全文
posted @ 2023-07-10 19:46 So_noSlack 阅读(130) 评论(0) 推荐(0)