摘要: #include <stdio.h> double average(float a,float b,float c) {float d; d=(a+b+c)/3;return d;} double average2(float a, float b,float c,float d,float e) 阅读全文
posted @ 2019-06-17 16:17 你家大白 阅读(117) 评论(0) 推荐(0) 编辑