Problem E: 标记-字母a是否存在

Problem E: 标记-字母a是否存在

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 390  Solved: 251
[Status] [Submit] [Creator:]

Description

输入一个单词
判断这个单词中是否含有字母a
如果有,输出yes,没有则输出no


Input

apple

Output

yes

Sample Input Copy