Problem2163--Display information

2163: Display information

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

Description

Define a student structure type (including student number, name, gender, and grades of three subjects), enter the information of 3 students, Output information for the two students with the highest grade point average

Input

Input students' information

Output

Display information

Sample Input Copy

001 A man 70 85 92	002 B man 80 80 90	003 C women 80 90 100

Sample Output Copy

002 003

Source/Category

205