练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.
说明
输入一个整数(保证范围在到之间),表示一个人的年龄。
如果在的范围内,输出"infant
"。
如果在的范围内,输出"child
"。
如果在的范围内,输出"youngster
"。
如果在的范围内,输出"youth
"。
输入格式
一个整数(范围在到之间)。
输出格式
一个英文单词,如题目描述所述。
样例
3
infant