1548: 2016年计算机学院ACM创新实验室新生赛-我想要妖刀姬

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:1

Description

非酋杜博导终于抽到一个SSR,但不是他最喜欢的妖刀姬,更不是一个妹子!于是他攒了好几张蓝券誓要抽出妖刀姬,但毕竟是黑脸玩家......仅剩最后一次机会的时候,他突然想起欧气十足的康康抽卡每次只画一个四边形,于是想要吸一下康康的欧气,最后一次抽卡要画一个四边形。但要画一个怎样的四边形呢?这个得慎重考虑一下。杜博导拿出纸和笔,写下四个自认为非常幸运的数字,分别是四条线段的长度。杜博导想:画出这样一个由这四条线段组成的四边形一定能抽出妖刀姬!但这四条线段是否能组成一个四边形呢?

Input

输入数据有多组,每组输入占一行,每行包括四个整数a,b,c,d(0<=a,b,c,d<=1e9)。

Output

输出占一行。
如果能组成一个四边形,输出“Yeah!I get a Yaodaoji!!”
如果不能组成一个四边形,输出“Oh!No!I want to uninstall the game!!”。
输出引号内的内容,引号不用输出。

Sample Input Copy

41 18467 6334 26500
0 3 3 3
0 0 2 2
0 0 0 1
2 3 4 10

Sample Output Copy

Oh!No!I want to uninstall the game!!
Oh!No!I want to uninstall the game!!
Oh!No!I want to uninstall the game!!
Oh!No!I want to uninstall the game!!
Oh!No!I want to uninstall the game!!