#define MaxLen 50 typedef int elemtype;typedef elemtype sqlist[MaxLen];
sqlist A;
typedef int NUM[100];//声明NUM为整型数组类型
NUM n;//定义n为整型数组变量