会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ALS0
博客园
首页
新随笔
联系
订阅
管理
2020年5月5日
数据结构(第三周)
摘要: #include<stdio.h>#include<stdlib.h>typedef struct{ int max,min;}Data;int MIN;//通过函数返回最大值,通过全局变量MIN带回最小值int fun1(int a[],int n){ int i,max; max=MIN=a[0
阅读全文
posted @ 2020-05-05 15:04 ALS0
阅读(250)
评论(0)
推荐(1)
公告