09 2021 档案
运行过一个函数,指针直接没有了
摘要:void sortInList(LinkList * head) { int i;int j=0;int c=ListLength_L(*head); struct ListNode * p; struct ListNode * q; p=(*head)->next; q=p->next; whil 阅读全文
posted @ 2021-09-16 09:52 派大星0001 阅读(43) 评论(0) 推荐(0)