摘要: #pragma once#define MAX_SIZE 10 typedef unsigned int size_t;typedef int DataType;#include<stdio.h>#include<assert.h>#include<memory.h>#include <stdlib 阅读全文