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

PROGRAMMING:Minimum prime number greater than m

Luz5年前 (2021-05-10)题库551
Programming to find the minimum prime greater than m.
###Input format:
Enter a positive integer directly
###Output format:
Output results directly without any additional format control.
###Input example:
```in
twelve
```
###Output example:
```out
thirteen
```






answer:If there is no answer, please comment