Problem2764--标记-字母是否存在

2764: 标记-字母是否存在

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 345  Solved: 153
[Status] [Submit] [Creator:]

Description

输入一个单词
判断这个单词中是否含有字母b(不区分大小写)
如果有,输出yes,没有则输出no


Input

apple

Output

no

Sample Input Copy

Source/Category

 基础C