1、这是一个动态链表排序的函数,没有语法错误,估计存在逻辑错误~~~~~~~想了很久也没想通,请各位高手帮忙指点一下,不胜感激!struct student *sort(struct student *head){ struct student *p,*p1,*p2; int m,i; p=(struct student *)malloc(LEN); p-&...
阅读全文
2008
06-12