QOJ.ac

QOJ

時間限制: 2.0 s 記憶體限制: 1024 MB 總分: 100 可 Hack ✓

#7029. 徐霞客游河南

统计

少林寺,又称少林寺,是位于河南省登封市的一座禅宗佛教寺院。少林寺据信始建于公元 5 世纪,至今仍是少林佛教的主寺。

龙门石窟是中国佛教艺术的杰出代表。这里供奉着数以万计的佛像及其弟子像,位于河南省洛阳市以南 12 公里(7.5 英里)处。

白马寺据传是中国第一座佛教寺院,始建于公元 68 年,由东汉王朝首都洛阳的明帝敕建。

云台山位于河南省焦作市修武县。云台山地质公园景区被中国国家旅游局评为 AAAAA 级景区。云台瀑布位于云台地质公园内,落差 314 米,被誉为中国最高的瀑布。

它们是河南省最著名的当地景点。

现在是时候评估一些游客的等级了。所有游客都可以根据他们参观过的景点数量进行分类。

  • 参观过 0 个上述景点的游客被称为“Typically Otaku”。
  • 参观过 1 个上述景点的游客被称为“Eye-opener”。
  • 参观过 2 个上述景点的游客被称为“Young Traveller”。
  • 参观过 3 个上述景点的游客被称为“Excellent Traveller”。
  • 参观过全部 4 个上述景点的游客被称为“Contemporary Xu Xiake”。

请确定游客的等级。

输入格式

输入包含多个测试用例,第一行包含一个正整数 $T$,表示测试用例的数量,最多为 $10^4$。

对于每个测试用例,仅一行包含四个整数 $A_1, A_2, A_3$ 和 $A_4$,其中 $A_i$ 是游客参观第 $i$ 个景点的次数,且 $0 \le A_1, A_2, A_3, A_4 \le 100$。如果 $A_i$ 为零,则表示该游客从未参观过第 $i$ 个景点。

输出格式

对于每个测试用例,输出一行,包含一个字符串,表示游客的分类,该字符串应为“Typically Otaku”、“Eye-opener”、“Young Traveller”、“Excellent Traveller”和“Contemporary Xu Xiake”之一(不含引号)。

样例

输入 1

5
0 0 0 0
0 0 0 1
1 1 0 0
2 1 1 0
1 2 3 4

输出 1

Typically Otaku
Eye-opener
Young Traveller
Excellent Traveller
Contemporary Xu Xiake

Figure 1. Famous local attractions in Henan Province, including Shaolin Temple, Longmen Grottoes, White Horse Temple, and Yuntai Mountain.

Discussions

About Discussions

The discussion section is only for posting: General Discussions (problem-solving strategies, alternative approaches), and Off-topic conversations.

This is NOT for reporting issues! If you want to report bugs or errors, please use the Issues section below.

Open Discussions 0
No discussions in this category.

Issues

About Issues

If you find any issues with the problem (statement, scoring, time/memory limits, test cases, etc.), you may submit an issue here. A problem moderator will review your issue.

Guidelines:

  1. This is not a place to publish discussions, editorials, or requests to debug your code. Issues are only visible to you and problem moderators.
  2. Do not submit duplicated issues.
  3. Issues must be filed in English or Chinese only.
Active Issues 0
No issues in this category.
Closed/Resolved Issues 0
No issues in this category.