摘要: #include <iostream> using namespace std; #define MAXSIZE 50 typedef int KeyType; typedef struct { KeyType key; } ElemType; typedef struct { ElemType * 阅读全文
posted @ 2023-05-11 20:54 mo寒流xing 阅读(24) 评论(0) 推荐(0)