摘要: #includeusing namespace std;#include#includetypedef int KeyType;typedef char * InfoType;typedef struct{ KeyType key; InfoType otherinfo;}ElemType;type... 阅读全文
posted @ 2015-11-17 21:46 IT_程序袁 阅读(399) 评论(0) 推荐(0)