UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#120235#1070. 筛法求素数Meishinan7220124ms1200kbC++257b2020-10-23 22:11:422020-10-23 22:11:43

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 124ms
memory: 1200kb

input:

5500000

output:

2 3 5 7 11 13 17 19 23 25 29 31 35 37 41 43 47 49 53 55 59 61 65 67 71 73 77 79 83 85 89 91 95 97 10...

result:

wrong answer 1st lines differ - expected: '2 3 5 7 11 13 17 19 23 29 31 3...5499961 5499971 5499973 ...

Test #2:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

20

output:

2 3 5 7 11 13 17 19 

result:

ok single line: '2 3 5 7 11 13 17 19 '

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

100

output:

2 3 5 7 11 13 17 19 23 25 29 31 35 37 41 43 47 49 53 55 59 61 65 67 71 73 77 79 83 85 89 91 95 97 

result:

wrong answer 1st lines differ - expected: '2 3 5 7 11 13 17 19 23 29 31 3...7 53 59 61 67 71 73 79 8...

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

1000

output:

2 3 5 7 11 13 17 19 23 25 29 31 35 37 41 43 47 49 53 55 59 61 65 67 71 73 77 79 83 85 89 91 95 97 10...

result:

wrong answer 1st lines differ - expected: '2 3 5 7 11 13 17 19 23 29 31 3...947 953 967 971 977 983 ...

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

10000

output:

2 3 5 7 11 13 17 19 23 25 29 31 35 37 41 43 47 49 53 55 59 61 65 67 71 73 77 79 83 85 89 91 95 97 10...

result:

wrong answer 1st lines differ - expected: '2 3 5 7 11 13 17 19 23 29 31 3...3 9929 9931 9941 9949 99...