摘要: 使用STL中的Unique函数: 1 #include<bits/stdc++.h> 2 using namespace std; 3 void fun(int &n) //配套for_each输出vector容器 4 { 5 cout<<n<<" "; 6 } 7 int main() 8 { 9 阅读全文
posted @ 2018-06-29 21:19 落花人独立微雨燕双飞 阅读(214) 评论(0) 推荐(0)
欢迎访问我的个人博客