Problem H: 判断是否为大写元音字母

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。

Output

YES 或 NO

Sample Input Copy

U

Sample Output Copy

YES