摘要:
#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-06-03 15:21
p201821440017
阅读(127)
评论(0)
推荐(0)

浙公网安备 33010602011771号