#include<stdio.h>
#include<stdlib.h>
#define max 100
typedef struct
{
int a[max];
int length;
}SqList;
int main
#include<stdio.h>
#include<stdlib.h>
#define max 100
typedef struct
{
int a[max];
int length;
}SqList;
int main