407822: GYM102897 I BM 旅游

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

I. BM 旅游time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

众所周知 bm 学姐喜欢旅游。这一天他来到了著名的杭师大景点勤园 13-406。该景点中有四个著名的观景台分为 A,B,C,D。

  • 如果只去过上述一个观景台,输出 "Oh dear!!"(没有引号)。
  • 如果去过两个,输出 "BaoBao is good!!"(没有引号)。
  • 如果去过三个,输出 "Bao Bao is a SupEr man///!"(没有引号)。
  • 如果全都去过,输出 "Oh my God!!!!!!!!!!!!!!!!!!!!!"(没有引号)。
  • 如果一个都没去过,输出 "Bao Bao is so Zhai......"(没有引号)。
Input

第一行包含 $$$4$$$ 个整数 $$$A,\;B,\;C,\;D(0 \leq A, B, C, D \leq 10^{18})$$$。

$$$A$$$ 的每个位的数字和若大于等于 $$$16$$$ 或者等于 $$$6$$$ 则说明去过观景台 $$$A$$$。

$$$B,\;C,\;D$$$ 亦如此。

Output

根据题干提示输出 $$$5$$$ 种字符串之一。

ExampleInput
1 2 3 4
Output
Bao Bao is so Zhai......
Note

黄鸡学长老寒手,打字的时候老是手抖,请注意输出字符串的格式。

加入题单

算法标签: