#B. 练21.1  年龄段判断

    Type: RemoteJudge 1000ms 64MiB

练21.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.

说明

输入一个整数nn(保证范围在002525之间),表示一个人的年龄。
如果nn030\sim 3的范围内,输出"infant"。
如果nn4124\sim 12的范围内,输出"child"。
如果nn131813\sim 18的范围内,输出"youngster"。
如果nn192519\sim 25的范围内,输出"youth"。

输入格式

一个整数(范围在002525之间)。

输出格式

一个英文单词,如题目描述所述。

样例

3
infant

测试分支语句2

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
6
Start at
2025-1-19 8:15
End at
2025-1-19 10:15
Duration
2 hour(s)
Host
Partic.
4