摘要: 代码如下: 1 //返回结构体的函数 2 #include<stdio.h> 3 float a[10]; 4 struct b 5 { 6 float sum; 7 float max; 8 float min; 9 }; 10 b B; 11 b Select(float a[],int); 1 阅读全文
posted @ 2020-03-08 15:27 kakusan 阅读(2214) 评论(0) 推荐(0) 编辑