UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#93663#1050. 绝对素数YANGYINJIE1001ms1188kbC++439b2020-02-17 17:05:162020-02-17 17:05:16

answer


Details

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

Test #1:

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

input:

10 15

output:

2

result:

ok single line: '2'

Test #2:

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

input:

20 100


output:

6

result:

ok single line: '6'

Test #3:

score: 20
Accepted
time: 1ms
memory: 1188kb

input:

11 500

output:

30

result:

ok single line: '30'

Test #4:

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

input:

100 1000

output:

43

result:

ok single line: '43'

Test #5:

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

input:

1000 9999

output:

204

result:

ok single line: '204'