Problem F: 判断字符是否为元音字母

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

Description

输入一个小写英文字母,判断它是否为元音字母(a/e/i/o/u),是则输出YES,否则输出NO。

Input

单个小写字母

Output

YES 或 NO

Sample Input Copy

a

Sample Output Copy

YES