Problem2161--Display information

2161: Display information

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

Description

Define a student structure type (including student number, name, gender, and grades of three subjects), input 3 student information, and output students no of the lowest grades in each subject

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

001
002
002

Source/Category

203