- 博客(3)
- 收藏
- 关注
原创 qsort的用法
qsort 功 能: 使用快速排序例程进行排序 用 法: void qsort(void *base, int nelem, int width, int (*fcmp)(const void *,const void *)); 各参数:1 待排序数组首地址 2 数组中待排序元素数量 3 各元素的占用空间大小 4 指向函数的指针 用于确定排序的顺序 排序方法有很多
2015-01-04 13:07:02 361
转载 杭电ACM1003
Problem Description Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) +
2014-12-18 13:15:34 655
原创 杭电ACM1000
Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in one line. /*************** Ape 2014/12/
2014-12-18 12:57:50 418
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人