会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
云深不知处
想成为一个很棒的人!
博客园
首页
联系
管理
2021年9月17日
吼,数据结构上机课1
摘要: 唔,好歹是学到了新东西,不慌。 #include<stdio.h> #include<stdlib.h> #include<malloc.h> #define M 20 typedef int ElemType; typedef struct S { ElemType elem[M]; int l;
阅读全文
posted @ 2021-09-17 09:37 夜雨声不烦
阅读(58)
评论(0)
推荐(0)
编辑
公告