摘要: //该程序完成'动态内存分配' #include<stdio.h>#include<stdlib.h> typedef struct node{ int data; struct node *next;}linklist; //主菜单 int menu(){ printf("\n********** 阅读全文
posted @ 2022-04-28 18:27 CC9898 阅读(106) 评论(0) 推荐(0)