1054 求平均数


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

求所有输入正整数的平均值。

Input

输入一些正整数(每个正整数≤1000000,整数个数不大于1000).

Output

输出平均数,保留2位小数.

Sample

Input

123 321 3 2 1 6 3

Output

65.57

Comments

There are no comments at the moment.