摘要: #include <iostream>//std::cout std::endl 屏幕输出需要的头文件#include <vector>//vector容器和vector迭代器需要的头文件#include <algorithm>//for_each算法需要的头文件 //声明一个for_each算法需 阅读全文
posted @ 2020-12-28 20:12 maycpou 阅读(99) 评论(0) 推荐(0)