#include "stdio.h" #include "stdlib.h" typedef struct List { int data; struct List *next; //指针域 
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号