Problem C: CCC '13 J2 - Rotating letters

Problem C: CCC '13 J2 - Rotating letters

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 11  Solved: 6
[Submit] [Status] [Web Board] [Creator:]

Description

An artist wants to construct a sign whose letters will rotate freely in the breeze. 
In order to do this, she must only use letters that are not changed by rotation of 180 degrees: I, O, S, H, Z, X, and N.
Write a program that reads a word and determines whether the word can be used on the sign.

Input

The input will consist of one word, all in uppercase letters, with no spaces. 
The maximum length of the word will be 30 letters, and the word will have at least one letter in it.

Output

Output YES if the input word can be used on the sign; 
otherwise, output NO.

Sample Input Copy

SHINS

Sample Output Copy

YES