摘要:
#include <stdio.h> void fun(float a[5],int n,float *max,float *min,float *average) { int i; *max=*min=a[0]; *average=0; for(i=0; i<n; i++) { if(a[i]>= 阅读全文
posted @ 2022-01-11 15:46
赛罗丶
阅读(3498)
评论(0)
推荐(1)
(*^▽^*)欢迎来到我的博客(*^▽^*)
添加顶部滚动信息(公告)