摘要:
1 #include 2 #include 3 typedef struct student *Liststu; 4 struct student { 5 int age; 6 Liststu next; 7 }; 8 Liststu inset(Liststu stu, int age); 9 void print(Liststu stu); ... 阅读全文
posted @ 2017-03-23 12:46
秋天不落叶
阅读(130)
评论(0)
推荐(0)

浙公网安备 33010602011771号