摘要:
Fun.h //头文件声明等 #include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct student{ int num; struct student *pnext; }Node,*pNode; void list 阅读全文
posted @ 2017-01-11 22:06
小王来了
阅读(146)
评论(0)
推荐(0)
浙公网安备 33010602011771号