1114: C语言2.10

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:6 Solved:3

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