Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
41158 WZH 输出N以内的素数 C++ 解答错误 0 MS 240 KB 153 2024-02-19 19:58:55

Tests(0/1):


#include<iostream> using namespace std; int main() { int q; cin>>q; cout<<"2"<<endl; cout<<"3"<<endl; cout<<"2"<<endl; cout<<"7"<<endl; }


测评信息:

输入

4999

输出

2
3
2
7

答案

2
3
5
7
11
13
17
19
23
29
31
37
41
43
47
53
59
61
67
71
73
79
83
89
97
101
103
107
109
113
127
131
137
139
149
151
157
163
167
173
179
181
191
193
197
199
211
223
227
229
233
239
241
251
257
263
269
...

系统信息

exit code: 0, checker exit code: 0