@ -4,7 +4,7 @@
#define MAX 100
typedef int DataType;
typedef struct list{
int data[MAX];
DataType data[MAX];
int start;
int length;
}List;
@ -105,4 +105,3 @@ int main(){
printf("感谢使用,再见\n");
return 0;
}
The note is not visible to the blocked user.