UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#93683#1050. 绝对素数HellolWorld1001ms1124kbC++1.2kb2020-02-17 17:15:322020-02-17 17:15:34

answer


详细

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

Test #1:

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

input:

10 15

output:

2

result:

ok single line: '2'

Test #2:

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

input:

20 100


output:

6

result:

ok single line: '6'

Test #3:

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

input:

11 500

output:

30

result:

ok single line: '30'

Test #4:

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

input:

100 1000

output:

43

result:

ok single line: '43'

Test #5:

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

input:

1000 9999

output:

204

result:

ok single line: '204'