摘要: #include<iostream> #include<algorithm> #include<functional> #include<iterator> using namespace std; void main() { int a[] = { 5, 7, 3, 4, 6 }; sort(a, 阅读全文
posted @ 2016-03-06 00:33 知_行 阅读(412) 评论(0) 推荐(0) 编辑