#include<iostream>using namespace std;#define MAXSIZE 100#define OK 1#define ERROR 0#define OVERFLOW -2typedef int Status;typedef int ElemType;typedef struct{ ElemType*elem; int length;} Sqlist;Status Initlist(Sqlist L) { L.elem=new ElemType[lbk]MAXSIZE[rbk]; if(!L.elem) exit(OVERFLOW); L.length=0; return OK;}Status Intlist(Sqlist &L,int n) { for(int i=0; i<n; i++) { cin>>L.elem[lbk]i[rbk]; L.length++; }}Status Readerlist(Sqlist L) { int i;