306096: CF1145F. Neat Words
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
Neat Words
题意翻译
给出一个字符串,若所有的字母都是由直线或都是由曲线构成的输出 `YES`,否则输出 `NO`。题目描述
输入输出格式
输入格式
The input consists of a single string of uppercase letters A-Z. The length of the string is between 1 and 10 characters, inclusive.
输出格式
Output "YES" or "NO".
输入输出样例
输入样例 #1
NEAT
输出样例 #1
YES
输入样例 #2
WORD
输出样例 #2
NO
输入样例 #3
CODER
输出样例 #3
NO
输入样例 #4
APRILFOOL
输出样例 #4
NO
输入样例 #5
AI
输出样例 #5
YES
输入样例 #6
JUROR
输出样例 #6
YES
输入样例 #7
YES
输出样例 #7
NO