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
001 90 80 70
002 100 90 80
003 80 70 60