1884: 判断字母

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

Description

从键盘任意输入一个字符,编程判断是否是字母(包括大小写)。

Input

多组输入,每行输入包括一个字符。

Output

针对每行输入,输出该字符是字母(YES)或不是(NO)。

Sample Input Copy

H
9

Sample Output Copy

YES
NO