Problem2162--Display information

2162: Display information

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

Description

Define a student structure type (student number, name, gender, grade), enter the information of 3 students, and output the student no in the order of grades

Input

Input students' information

Output

Display information

Sample Input Copy

001 A man 70 	002 B man 90		003 C women 80

Sample Output Copy

002 003 001

Source/Category

204