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

PROGRAMMING:Cyclic structure prime judgment

Luz5年前 (2021-05-10)题库657
Input an even number greater than 10 and output the minimum prime number greater than this number
###Input format:
Enter an even number greater than 10
###Output format:
Input legal data and output the minimum prime number greater than the input data.
If the input data is illegal, there is no output
###Input example:
```in
twelve
```
###Output example:
```out
thirteen
```







answer:If there is no answer, please comment