会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xj123
博客园
首页
新随笔
联系
订阅
管理
2023年2月26日
定义学生结构体[姓名,年龄,分数] 实现计算平均分数,最大年龄信息,函数的输入与输出
摘要: 1 #ifndef __HEAD_H__ 2 #define __HEAD_H__ 3 #include <stdlib.h> 4 #include <string.h> 5 #include <stdio.h> 6 //声明学生数据类型 7 struct Student{ 8 char name[
阅读全文
posted @ 2023-02-26 17:17 不思故乡
阅读(168)
评论(0)
推荐(0)
公告