15
1
2
174
0
/*任意输入正整数,最后输入-1表示输入结束,然后计算这些数的平均数,输出输入的数字的个数和平均数*/ #include #include in...
比较三个数大小 a b c a>b yes no a>c a<c b>c b<c...