练76.1生日排序
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
开学了,老师要统计班里每个人的生日,并按照出生日期从早到晚排序。
输入格式
第一行一个整数 (),班级班级的人数。
接下来 行,每行包含一个字符串 和三个整数,,,表示姓名为 的同学出生日期是 年 月 日。
保证所有日期合法,姓名由小写字母构成,不超过 个字符。
输出格式
输出 行,每行一个字符串表示姓名。如果有两个同学出生日期相同,输入靠后的同学先输出。
样例
3
qwb 1996 6 30
gyt 1995 7 28
wc 1996 6 30
gyt
wc
qwb
20240122C_day6
- Status
- Done
- Rule
- Ledo
- Problem
- 11
- Start at
- 2024-1-27 16:00
- End at
- 2024-1-27 18:15
- Duration
- 2.3 hour(s)
- Host
- Partic.
- 5