时间:2012-10-01 18:11:19
#include <stdio.h>
void fun(int *a,int n)/*fun函数的功能是将a所指数组元素从大到小排序*/
{ int t,i,j;
f
电脑版 | 手机版 | 返回顶部