Problem B: 已知某同学三门课程的成绩,求平均分

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

Description

已知某同学三门课程的成绩,求平均分。

一个运行样例:

Please input yu,shu,wai:93,88.5,89

The average is:90.17

Input

该学生三门课程的成绩

Output

输出该学生的平均分。

Sample Input Copy

93,88.5,89

Sample Output Copy

Please input yu,shu,wai:The average is:90.17