ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#102007 | #1050. 绝对素数 | kingspl | 100 | 2ms | 1188kb | C++ | 445b | 2020-02-26 21:04:29 | 2020-02-26 21:04:30 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1188kb
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: 0ms
memory: 1184kb
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: 2ms
memory: 1188kb
input:
1000 9999
output:
204
result:
ok single line: '204'