6189: 做统计

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:11 Solved:3

Description

输入10个正整数,以空格分隔。依次输出其中的最大值、最小值以及平均值,以逗号分隔。

Output


Sample Input Copy

1 2 3 4 5 6 7 8 9 10

Sample Output Copy

10,1,5.5