摘要: #include#include#include#include#include#include#define Null 0struct goods*input(void);struct goods*open(void);void add(struct goods*head);struct goods*delete(struct goods*head);struct goods*amend(struct goods*head);void print(struct goods*head);void find(struct goods*head);void statistics(struct go 阅读全文
posted @ 2013-11-04 08:42 乱七八糟 。 阅读(311) 评论(0) 推荐(0) 编辑