摘要: #include#include#includeusing namespace std;typedef struct link{ int num; struct link *next;}IA;IA *Create();IA *Insert (IA *head, IA *p);void P... 阅读全文
posted @ 2015-03-11 20:07 Painting、时光 阅读(137) 评论(0) 推荐(0) 编辑