1712: 习题2-4-6 判断素数
Memory Limit:12 MB
Time Limit:1.000 S
Submit数:2
Solved数:2
Description
输出100至200之间的所有素数。
Input描述
无
Output描述
每一个素数一行。
Sample Input Copy
无
Sample Output Copy
101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181 191 193 197 199
Source/Category
⋮