练习专区

今天的一小步就是明天的一大步
Problem 1234 求平均值、最小值和最大值(if语句的用法)
Accepted: 34   Total Submit: 171
Time Limit: 1000ms   Memory Limit: 30720KB
Description
读取3个整数,输出这三个整数的平均值、最小值和最大值。
Input
输入有多组3个整数。
Output
这3个整数的平均值、最小值和最大值。
Sample Input
1 2 3
Sample Output
Average = 2,Min = 1,Max = 3
Hint
提交     返回