1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-10 22:25:48 +08:00
Files
CS408/Code/head.h
2021-04-17 23:28:39 +08:00

5 lines
85 B
C

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