-->
当前位置:首页 > 题库

PROGRAMMING:Prime judgment

Luz5年前 (2021-05-10)题库314
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