1082: 输出中间两个数的平均数

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

Description

输入四个数,输出中间两个数的平均数。数据类型请使用float

Input

4 6 8 10

Output

7

Sample Input Copy

4 6 8 10

Sample Output Copy

7