2014年2月27日

关于sort函数

摘要: sort用于C++中,将数字从小到大排列。 1 /* 2 Name: sort用法 3 Copyright: Analyst 4 Author: Analyst 5 Date: 27/02/14 22:52 6 Description: dev-cpp 5.5.3 7 */ 8 #include 9 #include //sort头文件 10 using namespace std;11 int main()12 {13 int array[10] = {4,2,0,6,8,1,3,5,9,7}; 14 15 sor... 阅读全文

posted @ 2014-02-27 23:08 Dojking 阅读(186) 评论(0) 推荐(0) 编辑

导航