摘要: #include<stdio.h>int average(int a,int b,int c){ int d = 0; d = (a+b+c)/3; return d;}int average2(int a,int b,int c,int d,int e){ int f = 0; f = (a+b+ 阅读全文
posted @ 2019-05-29 14:56 Lukas0116 阅读(88) 评论(0) 推荐(0) 编辑