Problem2763--标记-字母a是否存在

2763: 标记-字母a是否存在

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 394  Solved: 252
[Status] [Submit] [Creator:]

Description

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


Input

apple

Output

yes

Sample Input Copy

Source/Category

 基础C