apps_650


Submit solution

Points: 3
Time limit: 30.0s
Memory limit: 250M

Problem type
Allowed languages
Python

-----Input-----

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-----

Output "YES" or "NO".

-----Examples-----

Input NEAT

Output YES

Input WORD

Output NO

Input CODER

Output NO

Input APRILFOOL

Output NO

Input AI

Output YES

Input JUROR

Output YES

Input YES

Output NO


Comments

There are no comments at the moment.