会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
都说了没有名字
博客园
首页
新随笔
新文章
联系
管理
订阅
2021年12月30日
实验7
摘要: #include <stdio.h> #define N 5 // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; } STU; // 函数声明 void inp
阅读全文
posted @ 2021-12-30 10:16 都说了没有名字
阅读(24)
评论(1)
推荐(0)
编辑
公告