#124. 【基础题】求素数(例题)
【基础题】求素数(例题)
Cannot parse: Cannot read properties of null (reading 'length')
【基础题】求素数(例题)
题目描述
例4.16 输出100—200中所有的素数。
输入说明
无输入。
输出说明
从小到大输出素数,中间用一个空格分隔。
样例
输入
no input needed
输出
101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181 191 193 197 199