Problem H: 一维-数组元素平均值

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

Description

输入 7 个整数存入数组,计算并输出数组元素的平均值(保留 1 位小数)。

Input

一行输入 7 个整数,空格分隔

Output

一行输出平均值,保留 1 位小数

Sample Input Copy

10 20 30 40 50 60 70

Sample Output Copy

40.0

HINT

1 ≤ 数值 ≤ 100