摘要: #include<stdio.h> typedef struct Fushu { int shibu; int xubu; struct Fushu *next; }Fushu,*Linklist; Fushu *insert(Fushu *fushu,int a,int b){ Fushu *cu 阅读全文
posted @ 2019-10-29 11:11 201821440024 阅读(175) 评论(0) 推荐(0) 编辑