Problem2157--Calculate everage grade

2157: Calculate everage grade

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 117  Solved: 21
[Submit] [Status] [Web Board] [Creator:]

Description

Define a student structure type, enter the student numbers of 3 students and the grades of the three subjects, and calculate the average grade of each subject

Input

Input student No and grades

Output

Output average grade

Sample Input Copy

001 90 80 70		
002 100 90 80	
003 80 70 60

Sample Output Copy

90 
80 
70

Source/Category

199