PROGRAMMING:Prime judgment
Enter a positive integer and output whether it is a prime.
###Input example:
```in
fifteen
```
###Output example:
```out
NO
```
###Input example:
```in
fifty-three
```
###Output example:
```out
YES
```
answer:If there is no answer, please comment
###Input example:
```in
fifteen
```
###Output example:
```out
NO
```
###Input example:
```in
fifty-three
```
###Output example:
```out
YES
```
answer:If there is no answer, please comment