问题2920--Hi I'm the easiest

2920: Hi I'm the easiest

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 64 MB

题目描述

Check whether the String contains the word "easy".

输入

Each line contains a test case.

输出

if there is an "easy" output "Yes",if there isn't output "No".

样例输入 Copy

Hi,_I'm_the_easiest.
Hi,_I'm_easy_,_too.

样例输出 Copy

No
Yes

来源/分类

tyh