// 初始化最大长度 #define MAXSIZE 25 #define DEFAULTELEM 0 #define INFINITY 32767 typedef char element_type;