时间:2012-10-01 18:21:58
int fun(STREC *a,STREC *b)
{
int i,max=a[0].s,n=0;
for(i=1;i<N;i++)
if(max<a[i].s)max=a[i].s;
电脑版 | 手机版 | 返回顶部