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

PROGRAMMING:Finding prime numbers

Luz5年前 (2021-05-10)题库430
This topic requires the input of a positive integer greater than or equal to 2, find all prime numbers not greater than the positive integer.
###Input format:
Enter a positive integer no less than 2.
###Output format:
For the input positive integer, the output is not greater than the prime of the positive integer.
###Input example:
```in
thirty
```
###Output example:
```out
2 3 5 7 11 13 17 19 23 29
```







answer:If there is no answer, please comment